Skip to content

Commit

Permalink
[Change] Update pnpm:build:prod command to use pnpm dlx
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfel committed Sep 8, 2023
1 parent d884c2e commit d08df53
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 @@ -11,7 +11,7 @@
"postbuild": "node -r dotenv/config ./scripts/postbuild.js",
"postinstall": "node -r dotenv/config ./scripts/postinstall.js",
"npm:ci": "cd ./build && npm ci --omit dev",
"pnpm:build:prod": "pnpx prisma generate && vite build && pnpm run postbuild && pnpm run pnpm:ci",
"pnpm:build:prod": "pnpm dlx prisma generate && pnpm dlx vite build && pnpm run postbuild && pnpm run pnpm:ci",
"pnpm:ci": "pnpm install --frozen-lockfile",
"preview": "concurrently 'vite preview --open' 'DISABLE_TELEMETRY=true quirrel'",
"prepare": "svelte-kit sync",
Expand Down

0 comments on commit d08df53

Please sign in to comment.