Skip to content

Commit 64ad79a

Browse files
committed
Run npm install before npm pack
1 parent 182e1e4 commit 64ad79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build tarball
4646
id: pack
4747
run: |
48+
npm clean-install
4849
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
4950
- uses: actions/upload-artifact@v3
5051
with:

0 commit comments

Comments
 (0)