diff --git a/package.json b/package.json index e17db2c..816761c 100644 --- a/package.json +++ b/package.json @@ -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",