We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fb4e0 commit 6f0cc82Copy full SHA for 6f0cc82
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"main": "build/server.js",
5
"scripts": {
6
"precommit": "npm run lint",
7
- "prepush": "npm run build && npm run test:no-cache && npm run build:prod && npm run test:no-cache",
+ "prepush": "npm run build && npm run build:prod && npm run test:no-cache",
8
"commitmsg": "validate-commit-msg",
9
"clean": "rimraf build && rimraf .jest/cache",
10
"prebuild": "npm run clean -s",
0 commit comments