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