|
@@ -81,7 +81,7 @@
|
|
|
"scripts": {
|
|
|
"build-node": "node ./scripts/build-node.js",
|
|
|
"build:app:docker": "REACT_APP_DISABLE_SENTRY=true react-scripts build",
|
|
|
- "build:app": "REACT_APP_GIT_SHA=$NOW_GITHUB_COMMIT_SHA react-scripts build",
|
|
|
+ "build:app": "REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build",
|
|
|
"build:version": "node ./scripts/build-version.js",
|
|
|
"build": "npm run build:app && npm run build:version",
|
|
|
"eject": "react-scripts eject",
|