Skip to content

Commit

Permalink
chore: remove hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 committed Feb 10, 2024
1 parent a35d571 commit 7cf2ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Thumbs.db
.next
.vscode
.env
.env.local
pnpm-lock.yaml

# Database
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"db:format": "nx run api:prisma:format",
"db:reset": "nx run api:prisma:reset",
"prepare": "husky install",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org programmingnotcoding --project node ./dist && sentry-cli sourcemaps upload --org programmingnotcoding --project node ./dist"
"sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.3",
Expand Down

0 comments on commit 7cf2ec9

Please sign in to comment.