mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 21:38:32 +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",
|
"build": "npx babel src -d dist",
|
||||||
"start": "node dist",
|
"start": "node dist",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"test": "ava --watch"
|
"test-watch": "ava --watch",
|
||||||
|
"test": "ava --verbose"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "eslint:recommended",
|
"extends": "eslint:recommended",
|
||||||
|
|||||||
Reference in New Issue
Block a user