Skip to content

Commit d06ee3f

Browse files
committed
bug fix
1 parent 0fddfd0 commit d06ee3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bundle-type-definitions": "tsx scripts/bundle-type-definitions.ts",
1313
"bundle-type-definitions:watch": "tsx watch --clear-screen=false scripts/bundle-type-definitions.ts",
1414
"build": "pnpm run bundle-type-definitions && next build",
15-
"docker-build": "next build --experimental-build-mode compile",
15+
"docker-build": "pnpm run bundle-type-definitions && next build --experimental-build-mode compile",
1616
"analyze-bundle": "next experimental-analyze",
1717
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}01",
1818
"psql": "pnpm run with-env bash -c 'psql $STACK_DATABASE_CONNECTION_STRING'",

0 commit comments

Comments
 (0)