« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 938ec6a..1ca350e 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
         "hsmusic": "./src/upd8.js"
     },
     "scripts": {
-        "test": "tape test/**/*.js"
+        "test": "tape test/**/*.js",
+        "dev": "prettier --loglevel warn --write . && eslint src && node src/upd8.js"
     },
     "dependencies": {
         "fix-whitespace": "^1.0.4",