Skip to content

Commit a3e4c36

Browse files
Add postinstall hook
1 parent afdd75a commit a3e4c36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test:plugins": "mocha tests/plugins/**/*.js",
2626
"test:runner": "mocha tests/testrunner-tests.js",
2727
"test": "npm-run-all test:*",
28-
"release": "release-it"
28+
"release": "release-it",
29+
"postinstall": "npm run build"
2930
},
3031
"repository": {
3132
"type": "git",

0 commit comments

Comments
 (0)