We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install
npm pack
1 parent 331a654 commit 8cca855Copy full SHA for 8cca855
.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