Skip to content

Commit

Permalink
chore: build script should not upload to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Mar 13, 2020
1 parent 1676b69 commit cf4bfea
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .env.proding
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ TRACKING_SITE_ID=5
[email protected]
[email protected]

#SENTRY_ENABLED=true
CHROME_EXTENSION_ID=mepoelfgpameiagpkgpjphnbgampgffm
FIREFOX_EXTENSION_ID={72aad822-62f5-4663-a8f0-025b2f9a3dd5}
BABEL_ENV=production
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ TRACKING_SITE_ID=6
SEND_CONTRIBUTION_FROM=[email protected]
SEND_CONTRIBUTION_TO=[email protected]

SENTRY_ENABLED=true
CHROME_EXTENSION_ID=fpjlnlnbacohacebkadbbjebbipcknbg
FIREFOX_EXTENSION_ID=@lmem
1 change: 0 additions & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ TRACKING_SITE_ID=5
SEND_CONTRIBUTION_FROM=[email protected]
SEND_CONTRIBUTION_TO=[email protected]

#SENTRY_ENABLED=true
CHROME_EXTENSION_ID=nfabbfkbbbcebdmnocndhdombaffkaog
FIREFOX_EXTENSION_ID={7d0d2553-c311-4acd-a170-f9a4714eb2c0}
BABEL_ENV=production
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"release:production": "NODE_ENV=production yarn build:chromium --env.SENTRY_ENABLED && NODE_ENV=production yarn build:firefox --env.SENTRY_ENABLED",
"release:production:firefox": "NODE_ENV=production yarn build:firefox --env.SENTRY_ENABLED",
"build": "yarn build:staging && yarn build:production && yarn build:proding",
"release": "yarn release:staging && yarn release:production && yarn build:proding",
"release": "yarn release:staging && yarn release:production && yarn release:proding",
"clean": "rm -rf build",
"test": "BACKEND_ORIGIN='' mocha -r ts-node/register -r tsconfig-paths/register -r jsdom-global/register 'src/**/*.spec.ts' 'test/app/*.ts' 'test/app/**/*.ts'",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit cf4bfea

Please sign in to comment.