Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 22, 2024
1 parent 00029ea commit 374e802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Build
run: pnpm -r build
run: pnpm build

- name: Typecheck
run: pnpm typecheck
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"define-theme": "pnpm --filter @pandabox/define-theme",
"knip": "knip",
"release": "changeset publish",
"build": "pnpm --filter @pandabox/* run build",
"typecheck": "pnpm --filter @pandabox/* run typecheck",
"test": "vitest",
"test:run": "vitest --run",
Expand Down

0 comments on commit 374e802

Please sign in to comment.