From 2fce3856912cfb514ea715291213cc3e0febe2cd Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Wed, 30 May 2018 18:58:09 +0200 Subject: [PATCH] Add npm scripts for linting and building --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 950af4f6..db086d03 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,8 @@ "doc": "readme.md" }, "scripts": { + "build": "gulp build", + "lint": "eslint src/js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Sam Potts ",