Skip to content

Commit 96a51cb

Browse files
Merge pull request #125 from linked-planet/chore/tailwind4migration
workflow fixed
2 parents f4eec12 + 5b51bfe commit 96a51cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
echo latest_tag=${LATEST_TAG} >> $GITHUB_OUTPUT
3131
3232
- name: Install
33-
run: bun install
33+
run: npm install
3434

3535
- name: Build Library
36-
run: bun run build:lib
36+
run: npm run build:lib
3737

3838
- name: Build Showcase
39-
run: VITE_GH_RELEASE_TAG=${{ steps.get_latest_tag.outputs.latest_tag }} bun run build:sc
39+
run: VITE_GH_RELEASE_TAG=${{ steps.get_latest_tag.outputs.latest_tag }} npm run build:sc
4040

4141
- name: Deploy Showcase to Github Pages
4242
# run deploy either on release or ...

0 commit comments

Comments
 (0)