Generate jison files

This commit is contained in:
Tyler Long
2018-12-17 17:31:22 +08:00
parent e25e8af135
commit 9ecee6b163
6 changed files with 51 additions and 51 deletions

View File

@@ -19,7 +19,7 @@
"lint": "standard",
"test": "yarn lint && jest",
"test:watch": "jest --watch",
"jison": "node -r babel-register node_modules/.bin/gulp jison",
"jison": "node -r @babel/register node_modules/.bin/gulp jison",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test"
},