Skip to content

Commit

Permalink
Fix polaris.shopify.com build process for Node v23
Browse files Browse the repository at this point in the history
  • Loading branch information
moraleslevi committed Oct 25, 2024
1 parent 1431c74 commit f7ed2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=20.10.0"
},
"scripts": {
"build": "concurrently \"pnpm gen-colors\" \"pnpm gen-assets\" \"playroom build\" && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdir -p ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/",
"build": "concurrently \"pnpm gen-colors\" \"pnpm gen-assets\" \"playroom build\" && next build && mkdir -p .next/standalone/polaris.shopify.com/.next/static && cp -r public .next/static .next/standalone/polaris.shopify.com/",
"start": "cd ./.next/standalone/polaris.shopify.com && node ./server.js",
"dev": "pnpm gen-colors && pnpm get-props && run-p dev:*",
"dev:server": "open http://localhost:${POLARIS_WEBSITE_PORT:=3000} && next dev -p 3000",
Expand Down

0 comments on commit f7ed2f3

Please sign in to comment.