We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f051b commit 68e1540Copy full SHA for 68e1540
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"prepublish": "npm run build",
8
+ "postinstall": "npm run build",
9
"build": "mkdirp ./build && pegjs -o ./build/parser.js ./solidity.pegjs && pegjs -o ./build/imports_parser.js ./imports.pegjs",
10
"test": "mocha --timeout 5000 --reporter spec",
11
"lint": "eslint ."
0 commit comments