Skip to content

Commit 81a0e8b

Browse files
committed
Adds "prepack" script
1 parent ba0098e commit 81a0e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
3030
"lint": "npm run lint:js",
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32+
"prepack": "npm run build",
3233
"test": "npm run lint && npm run jest"
3334
},
3435
"version": "0.3.7",

0 commit comments

Comments
 (0)