Skip to content

Commit

Permalink
🐛 bugfix: disable husky in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsoares96 committed Jul 23, 2022
1 parent 646fdbb commit 7234c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typeorm": "typeorm-ts-node-commonjs",
"migration:generate": "cross-env NODE_ENV=development typeorm-ts-node-commonjs migration:generate -d src/database/index.ts",
"build": "babel src --extensions \".js,.ts\" --out-dir dist --copy-files",
"postbuild": "cp -R src/views dist/ && cp package*json dist/ && cp -R src/assets dist/ ",
"postbuild": "npm set-script prepare '' && cp -R src/views dist/ && cp package*json dist/ && cp -R src/assets dist/ && npm set-script prepare 'husky install'",
"test": "cross-env NODE_ENV=test mocha",
"test:watch": "npm test -- -- -w",
"test:coverage": "jest",
Expand Down

0 comments on commit 7234c98

Please sign in to comment.