Skip to content

Commit d2d3ef4

Browse files
authored
update: add postinstall to package.json
1 parent df41b28 commit d2d3ef4

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
@@ -17,6 +17,7 @@
1717
"test:unit": "mocha --compilers js:babel-core/register --colors --require should --reporter dot test/**/*.js",
1818
"test:cover": "babel-node ./node_modules/.bin/isparta cover --include './*.js' _mocha -- --require should",
1919
"prepublish": "npm prune && run-s build test",
20+
"postinstall": "npm run compile",
2021
"watch": "npm run compile -- --watch"
2122
},
2223
"repository": {

0 commit comments

Comments
 (0)