We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
npm pack
1 parent cf52b5e commit 70b929cCopy full SHA for 70b929c
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Build tarball
46
id: pack
47
run: |
48
+ npm clean-install
49
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
50
- uses: actions/upload-artifact@v3
51
with:
0 commit comments