mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
Add test-watch script
This commit is contained in:
committed by
Lachie Kermode
parent
7a8fa725e6
commit
1caf3d2062
@@ -8,7 +8,8 @@
|
||||
"build": "npx babel src -d dist",
|
||||
"start": "node dist",
|
||||
"lint": "eslint src",
|
||||
"test": "ava --watch"
|
||||
"test-watch": "ava --watch",
|
||||
"test": "ava --verbose"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "eslint:recommended",
|
||||
|
||||
Reference in New Issue
Block a user