mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Add test-watch script
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --content-base static --mode development",
|
||||
"build": "NODE_ENV=production webpack --mode production",
|
||||
"test": "ava --verbose"
|
||||
"test": "ava --verbose",
|
||||
"test-watch": "ava --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.26.0",
|
||||
|
||||
Reference in New Issue
Block a user