Skip to content

Commit 6f0cc82

Browse files
committed
feat(cleanup): only run test once during prepush
1 parent 10fb4e0 commit 6f0cc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "build/server.js",
55
"scripts": {
66
"precommit": "npm run lint",
7-
"prepush": "npm run build && npm run test:no-cache && npm run build:prod && npm run test:no-cache",
7+
"prepush": "npm run build && npm run build:prod && npm run test:no-cache",
88
"commitmsg": "validate-commit-msg",
99
"clean": "rimraf build && rimraf .jest/cache",
1010
"prebuild": "npm run clean -s",

0 commit comments

Comments
 (0)