Skip to content

Commit

Permalink
fix(build): removed prebuild script (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Streeterxs authored May 14, 2023
1 parent 1765c13 commit e07f556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"delete:node_modules": "find . -name \"node_modules\" -exec rm -rf '{}' +",
"jest": "jest --no-cache --detectOpenHandles",
"prepare": "husky install",
"prebuild": "eslint --fix tsconfig.json --fix",
"babel": "babel-node --extensions \".es6,.js,.es,.mjs,.ts\"",
"build": "npm run clear && yarn rollup --config",
"build:linux:admin": "yarn build && chmod +x build/cli.cjs.js && chmod +x build/index.cjs.js",
Expand Down

0 comments on commit e07f556

Please sign in to comment.