Skip to content

Commit 54e0b21

Browse files
committed
ci: fix ci
1 parent 8151f4d commit 54e0b21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
uses: actions/configure-pages@v4
4747
- name: Install dependencies
4848
run: npm ci
49+
# Install fibbo CLI globally
50+
- name: Install fibbo CLI
51+
run: npm install -g ./packages/fibbo
4952
# Build all packages
5053
- name: Build all packages
5154
run: npx nx run-many --target=build --all

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@vitest/coverage-istanbul": "^2.1.2",
6161
"@vitest/coverage-v8": "^2.1.2",
6262
"@vitest/ui": "^2.1.2",
63-
"fibbo": "workspace:*",
6463
"nx": "19.6.1",
6564
"playwright": "^1.47.2",
6665
"sass": "^1.77.8",

0 commit comments

Comments
 (0)