From e6af48caca2c5f11effbae34daf94a7ed315023b Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Wed, 31 Jan 2018 12:23:34 +0100 Subject: [PATCH] Update package.json * Ignore deploy folder for standard linter * Add build step --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 80b33da..9300e06 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,14 @@ "scripts": { "test": "grunt test --verbose", "test:lint": "cross-env NODE_ENV=test standard --verbose", + "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", + "build": "./build.py -l lib/ -d deploy/", "precommit": "npm run test:lint" }, "standard": { "ignore": [ - "tests/**" + "tests/**", + "deploy/" ], "globals": [ "random",