Skip to content

Commit

Permalink
Feat: Change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-s committed Jun 29, 2024
1 parent fa367df commit c68ec16
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 @@ -30,7 +30,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json",
"prepare": "husky",
"postgres:local:up": "docker compose --env-file .development.env up -d && pnpm migrate:up:dev",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org vitaminc --project node-nestjs ./dist && sentry-cli sourcemaps upload --org vitaminc --project node-nestjs ./dist"
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org vitaminc --project korrk-back ./dist && sentry-cli sourcemaps upload --org vitaminc --project korrk-back ./dist"
},
"dependencies": {
"@mikro-orm/core": "^6.2.9",
Expand Down

0 comments on commit c68ec16

Please sign in to comment.