Skip to content

Commit

Permalink
chore: modify docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Dec 16, 2023
1 parent 877ffe4 commit ed033e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@go-ui/docs",
"type": "module",
"scripts": {
"build": "nuxt build",
"build": "pnpm run build.ia && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
Expand Down

0 comments on commit ed033e9

Please sign in to comment.