generate parser at build stage

This commit is contained in:
Aliaksei Chapyzhenka 2019-11-06 16:10:51 -08:00
parent 8d95d96b4b
commit 6eb0832282

View File

@ -5,7 +5,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"test": "eslint bin && nyc -r=text -r=lcov mocha", "test": "eslint bin && nyc -r=text -r=lcov mocha",
"install": "node bin/build.js && node-gyp rebuild" "build": "node bin/build.js && node-gyp rebuild"
}, },
"repository": { "repository": {
"type": "git", "type": "git",