Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 24, 2024
1 parent 10f1dd7 commit b876119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/uikit-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm build-uikit && pnpm panda-codegen && next build",
"build-static": "pnpm build && pnpm cosmos-export && cp -r ./out/_next ./cosmos-export && cp -r ./out/cosmos ./cosmos-export",
"build": "pnpm build-uikit && pnpm panda-codegen && pnpm cosmos-export && next build",
"build-static": "pnpm build && cp -r ./out/_next ./cosmos-export && cp -r ./out/cosmos ./cosmos-export",
"build-uikit": "cd ../uikit && pnpm build",
"cosmos": "cosmos --expose-imports",
"cosmos-export": "cosmos-export --expose-imports",
Expand Down

0 comments on commit b876119

Please sign in to comment.