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 182e1e4 commit 64ad79aCopy full SHA for 64ad79a
.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