Skip to content

Commit

Permalink
build(website): add pnpm build step
Browse files Browse the repository at this point in the history
- Add pnpm -w run build command to the build script
- This change ensures that the build process includes the pnpm build step
  • Loading branch information
xcfox committed Feb 26, 2025
1 parent 0c8a06a commit 4247eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "node --max_old_space_size=16192 ./node_modules/vitepress/bin/vitepress.js build",
"build": "pnpm -w run build && node --max_old_space_size=16192 ./node_modules/vitepress/bin/vitepress.js build",
"preview": "vitepress preview"
},
"keywords": [],
Expand Down

0 comments on commit 4247eb5

Please sign in to comment.