Skip to content

Commit bf16e4f

Browse files
committed
Fix NPM dependencies
1 parent e1b8200 commit bf16e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org/'
2222

2323
- name: Install dependencies
24-
run: npm ci || npm install
24+
run: echo "Bun-WebUI has no dependencies for now."
2525

2626
- name: Publish to NPM
2727
run: npm publish --access public

0 commit comments

Comments
 (0)