Skip to content

Commit 2ac342e

Browse files
authored
adding log because no idea (#221)
1 parent ce897ac commit 2ac342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type-check": "npx tsc --noEmit",
1616
"dev": "dotenv -e .env.local -- remix dev",
1717
"build": "remix build",
18-
"build-with-sourcemaps": "remix build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend",
18+
"build-with-sourcemaps": "remix build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend --log-level=debug",
1919
"start": "remix start",
2020
"generate-routes": "source scripts/generateRoutes.sh"
2121
},

0 commit comments

Comments
 (0)