We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4eec12 + 5b51bfe commit 96a51cbCopy full SHA for 96a51cb
.github/workflows/default.yml
@@ -30,13 +30,13 @@ jobs:
30
echo latest_tag=${LATEST_TAG} >> $GITHUB_OUTPUT
31
32
- name: Install
33
- run: bun install
+ run: npm install
34
35
- name: Build Library
36
- run: bun run build:lib
+ run: npm run build:lib
37
38
- name: Build Showcase
39
- run: VITE_GH_RELEASE_TAG=${{ steps.get_latest_tag.outputs.latest_tag }} bun run build:sc
+ run: VITE_GH_RELEASE_TAG=${{ steps.get_latest_tag.outputs.latest_tag }} npm run build:sc
40
41
- name: Deploy Showcase to Github Pages
42
# run deploy either on release or ...
0 commit comments