From 233f92f2855a91fcc26247888788dc1cf42c1eb7 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 24 Oct 2020 22:23:35 +0200 Subject: [PATCH] Add build and validate scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",