|
@@ -16,6 +16,7 @@
|
|
|
"build": "react-scripts build",
|
|
|
"test": "react-scripts test",
|
|
|
"test:ci": "CI=true yarn test",
|
|
|
+ "test:cov": "yarn test --coverage --watchAll=false",
|
|
|
"eject": "react-scripts eject",
|
|
|
"deploy": "scp -r build hiram:/opt/terrassumptions/srv/build-$(date +'%Y-%m-%dT%H:%M:%S')"
|
|
|
},
|