Skip to content

Commit

Permalink
we have to build the doc in the ci it turns out
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Dec 2, 2024
1 parent 8d50338 commit a642345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: pnpm doc:generate

- name: Build sample apps
run: pnpm build:samples
run: pnpm build:apps

- name: Lint packages
run: pnpm lint
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"build:tokens": "pnpm --filter=\"@hopper-ui/tokens\" build",
"build:pkg": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r --filter \"{packages/**}\" build ",
"build:apps": "pnpm -r --filter \"{apps/**}\" build ",
"build:samples": "pnpm -r --filter \"{apps/samples/**}\" build ",
"changeset": "changeset",
"ci-release": "pnpm build:pkg && changeset publish",
"generate-icons": "pnpm --filter=\"svg-icons\" generate-icons && pnpm --filter=\"@hopper-ui/icons*\" generate-icons",
Expand Down

0 comments on commit a642345

Please sign in to comment.