From 275143753410e01390cc8d5642c7c3148e66c50d Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 18 May 2021 11:29:05 -0700 Subject: [PATCH] Updated package.json. --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index c9787cb6e..ac2eec8c5 100644 --- a/client/package.json +++ b/client/package.json @@ -75,8 +75,8 @@ "start": "craco start", "build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build", "build:test": "env-cmd -f .env.test npm run build", + "build-deploy:test": "npm run build:test && s3cmd sync build/* s3://imex-online-test && echo '🚀 TESTING Deployed!'", "buildcra": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build", - "build-deploy": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build && s3cmd sync build/* s3://imex-online-production && echo '🚀 Deployed!'", "test": "craco test", "eject": "react-scripts eject", "madge": "madge --image ./madge-graph.svg --extensions js,jsx,ts,tsx --circular ."