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.
1 parent 36cb983 commit ea4558eCopy full SHA for ea4558e
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
node-version: ${{ steps.node-version.outputs.node-version }}
23
registry-url: 'https://registry.npmjs.org'
24
- run: yarn
25
- - run: yarn npm publish --provenance --access public
+ - run: yarn pack
26
+ - run: npm publish package.tgz --provenance --access public
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.gitignore
@@ -14,3 +14,4 @@
14
/coverage
15
/test/html_reports
16
/test/reports
17
+/package.tgz
0 commit comments