Skip to content

Commit

Permalink
chore(example): fixed build step in basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
svobik7 committed Nov 29, 2024
1 parent 89f9274 commit a5c8d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"roots": "node ./../../dist/cli.js",
"dev": "pnpm roots && next dev",
"build": "pnpm --dir ../.. install && pnpm --dir ../.. build && pnpm --dir ./ roots && pnpm e2e:headless && next build",
"build": "pnpm --dir ../.. install --ignore-scripts && pnpm --dir ../.. build && pnpm --dir ./ roots && pnpm e2e:headless && next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
Expand Down

0 comments on commit a5c8d5c

Please sign in to comment.