Skip to content

Commit 68e1540

Browse files
committed
Run build on postinstall
1 parent 30f051b commit 68e1540

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
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"prepublish": "npm run build",
8+
"postinstall": "npm run build",
89
"build": "mkdirp ./build && pegjs -o ./build/parser.js ./solidity.pegjs && pegjs -o ./build/imports_parser.js ./imports.pegjs",
910
"test": "mocha --timeout 5000 --reporter spec",
1011
"lint": "eslint ."

0 commit comments

Comments
 (0)