Skip to content

Commit

Permalink
chore: update sentry source map script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 18, 2024
1 parent 5ae2c92 commit bdc9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"db:reset": "nx run api:prisma:reset",
"prepare": "husky install",
"sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist || pnpm run sentry:sourcemaps:exit",
"sentry:sourcemaps:exit": "echo 'Failed to upload source maps to Sentry' && exit 1"
"sentry:sourcemaps:exit": "echo 'Failed to upload source maps to Sentry'"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.3",
Expand Down

0 comments on commit bdc9dc6

Please sign in to comment.