Skip to content

Commit

Permalink
Fix sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Dec 27, 2023
1 parent 8038c25 commit 9a35d1f
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 @@ -42,7 +42,7 @@
"migrate:status": "migrate-mongo status -f config/migrate-mongo.js",
"migrate:up": "migrate-mongo up -f config/migrate-mongo.js",
"migrate:down": "migrate-mongo down -f config/migrate-mongo.js",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org pastvu --project javascript ../appBuild && sentry-cli sourcemaps upload --org pastvu --project javascript ../appBuild"
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org pastvu --project javascript ./appBuild && sentry-cli sourcemaps upload --org pastvu --project javascript ./appBuild"
},
"dependencies": {
"@mapbox/geojson-area": "0.2.2",
Expand Down

0 comments on commit 9a35d1f

Please sign in to comment.