Skip to content

Commit b834381

Browse files
committed
fix: publish action config
1 parent b0b075c commit b834381

File tree

2 files changed

+5925
-5923
lines changed

2 files changed

+5925
-5923
lines changed

.github/workflows/publish.yml

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

2323
- name: Install dependencies and build 🔧
24-
run: npm ci
24+
run: |
25+
npm ci
26+
npm run build
2527
2628
- name: Publish package on NPM 📦
2729
run: npm publish --access public

0 commit comments

Comments
 (0)