Skip to content

Commit 13d844d

Browse files
fix: add install before building packages
1 parent 9fb0e54 commit 13d844d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
npm version "$NEW_VERSION" --no-git-tag-version
7373
git add package* && git commit -m "chore(release): $NEW_VERSION [skip ci]"
7474
75+
- name: Install packages
76+
run: npm install
77+
7578
- name: Build packages
7679
run: npm run build
7780

0 commit comments

Comments
 (0)