|
|
@ -91,8 +91,8 @@
|
|
|
|
"private": true,
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build-node": "node ./scripts/build-node.js",
|
|
|
|
"build-node": "node ./scripts/build-node.js",
|
|
|
|
"build:app:docker": "REACT_APP_DISABLE_SENTRY=true react-scripts build",
|
|
|
|
"build:app:docker": "cross-env REACT_APP_DISABLE_SENTRY=true react-scripts build",
|
|
|
|
"build:app": "REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build",
|
|
|
|
"build:app": "cross-env REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build",
|
|
|
|
"build:version": "node ./scripts/build-version.js",
|
|
|
|
"build:version": "node ./scripts/build-version.js",
|
|
|
|
"build": "yarn build:app && yarn build:version",
|
|
|
|
"build": "yarn build:app && yarn build:version",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|