diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 938ec6ac..1ca350ea 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", |