Skip to content

Commit 227cf1a

Browse files
committed
ci: fix publish script
1 parent 464c5df commit 227cf1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Update npm
2828
run: npm install -g npm@latest
2929

30-
- run: npm ci
31-
- run: npm run package
30+
- run: npm i
31+
- run: npm run build
3232

3333
- name: Publish to NPM
3434
run: npm publish

0 commit comments

Comments
 (0)