|
|
@ -103,7 +103,7 @@
|
|
|
|
"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_APP_DISABLE_TRACKING=true react-scripts build",
|
|
|
|
"build:app": "cross-env 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",
|
|
|
|