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 a9b000a commit a86be1bCopy full SHA for a86be1b
.github/workflows/typescript.yaml
@@ -60,4 +60,4 @@ jobs:
60
npm install
61
npm run build
62
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
63
- npm run publish || true
+ npm publish || true
0 commit comments