diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-05-30 18:58:09 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-05-30 19:40:17 +0200 |
commit | 2fce3856912cfb514ea715291213cc3e0febe2cd (patch) | |
tree | 86a7a1aa9339feb6a800577c8474766cc51b4f40 | |
parent | a82c61c539068417833747e500017c6c9964090d (diff) | |
download | plyr-2fce3856912cfb514ea715291213cc3e0febe2cd.tar.lz plyr-2fce3856912cfb514ea715291213cc3e0febe2cd.tar.xz plyr-2fce3856912cfb514ea715291213cc3e0febe2cd.zip |
Add npm scripts for linting and building
-rw-r--r-- | package.json | 2 |
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>", |