CI updates & appointment fixes.

This commit is contained in:
Patrick Fic
2021-05-11 11:32:52 -07:00
parent 22fed1613e
commit 588c47b57a
4 changed files with 19 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
"craco-less": "^1.17.1",
"dinero.js": "^1.8.1",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"firebase": "^8.4.1",
"graphql": "^15.5.0",
"i18next": "^20.2.1",
@@ -73,6 +74,7 @@
"analyze": "source-map-explorer 'build/static/js/*.js'",
"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",
"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",