Skip to content

Commit 520c11e

Browse files
committed
Improved scripts
1 parent 722fee7 commit 520c11e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"test": "npm run build:prod && jest",
2828
"test:dev": "npm run build:dev && jest",
2929
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
30-
"prepublishOnly": "npm run build:prod",
3130
"prepare": "jest --clearCache",
32-
"release": "npm publish dist"
31+
"release": "npm run build:prod && npm publish dist"
3332
}
3433
}

0 commit comments

Comments
 (0)