Add build and validate scripts

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

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

Loading…
Cancel
Save