Add npm scripts for linting and building

This commit is contained in:
Albin Larsson 2018-05-30 18:58:09 +02:00
parent a82c61c539
commit 2fce385691

View File

@ -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>",