Skip to content

Commit 7d77421

Browse files
chore: add npm ci step to install dependencies before publishing package
1 parent 5f92d94 commit 7d77421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
git config --global user.email "[email protected]"
2929
git config --global user.name "J0hans1"
30+
- name: Install dependencies
31+
working-directory: ./chimera-css
32+
run: npm ci
3033
- name: Publish package
3134
working-directory: ./chimera-css
3235
run: |

0 commit comments

Comments
 (0)