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.
1 parent ce897ac commit 2ac342eCopy full SHA for 2ac342e
packages/app-builder/package.json
@@ -15,7 +15,7 @@
15
"type-check": "npx tsc --noEmit",
16
"dev": "dotenv -e .env.local -- remix dev",
17
"build": "remix build",
18
- "build-with-sourcemaps": "remix build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend",
+ "build-with-sourcemaps": "remix build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend --log-level=debug",
19
"start": "remix start",
20
"generate-routes": "source scripts/generateRoutes.sh"
21
},
0 commit comments