Skip to content

Commit 626f09b

Browse files
committed
Add build step when installing from github
1 parent 67ea00d commit 626f09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
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-
"test": "npm run lint && npm run jest"
32+
"test": "npm run lint && npm run jest",
33+
"prepare": "npm run build"
3334
},
3435
"version": "0.6.1",
3536
"dependencies": {

0 commit comments

Comments
 (0)