We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents effc112 + 61212d8 commit 2ece094Copy full SHA for 2ece094
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint src/**/*.{ts,tsx}",
10
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
11
"test": "jest --passWithNoTests",
12
- "sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist"
+ "sentry:sourcemaps": "sentry-cli sourcemaps inject --org street-support-network --project streetsupport-platform-api ./dist && sentry-cli sourcemaps upload --org street-support-network --project streetsupport-platform-api ./dist"
13
},
14
"dependencies": {
15
"@azure/storage-blob": "^12.28.0",
0 commit comments