diff --git a/package.json b/package.json index c2b9b80..807af1c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "watch-ts": "tsc -w --skipLibCheck", "watch-js": "nodemon lib/esm/index.js", "prepare": "npm run build", - "prebuild": "tsc", "build": "webpack", "test": "exit 0", "coverage": "jest --coverage",