Add build and validate scripts

redux
Sven Slootweg 4 years ago
parent 937e1d4698
commit 233f92f285

@ -44,7 +44,9 @@
"scripts": {
"test": "mocha 'test/**/*.js' '!test.vendor.**/*'",
"benchmark": "node benchmark/run",
"lint": "eslint ."
"lint": "eslint .",
"build": "gulp parser",
"validate": "yarn build && yarn lint && yarn test"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",

Loading…
Cancel
Save