Skip to content

Commit

Permalink
building toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Feb 22, 2024
1 parent a6b4b63 commit f6326b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pixeleye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
node-version: 20
cache: "pnpm"
- name: Build toggles
run: pnpm build
- name: Install dependencies
run: pnpm install
- name: Capture stories with Pixeleye
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"url": "https://github.com/sponsors/alfiejones"
},
"scripts": {
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
"build": "lerna run build-core && pnpm lerna run build-frameworks",
"build-site": "pnpm build && pnpm -F @theme-toggles/website build",
"dev-site": "pnpm build && pnpm -F @theme-toggles/website dev"
Expand Down

0 comments on commit f6326b9

Please sign in to comment.