mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Disable Sentry inside Docker (#1781)
This commit is contained in:
parent
f1ceeab8d9
commit
8f65e37dac
3 changed files with 8 additions and 7 deletions
|
@ -75,6 +75,7 @@
|
|||
"build": "npm run build:app && npm run build:zip",
|
||||
"build-node": "node ./scripts/build-node.js",
|
||||
"build:app": "REACT_APP_INCLUDE_GTAG=true REACT_APP_GIT_SHA=$NOW_GITHUB_COMMIT_SHA react-scripts build",
|
||||
"build:app:docker": "REACT_APP_INCLUDE_GTAG=false REACT_APP_DISABLE_SENTRY=true react-scripts build",
|
||||
"build:zip": "node ./scripts/build-version.js",
|
||||
"eject": "react-scripts eject",
|
||||
"fix": "npm run fix:other && npm run fix:code",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue