aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
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 <sam@potts.es>",