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 b61386f commit 7d3c356Copy full SHA for 7d3c356
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
58
59
- name: Publish to npm
60
- if: env.DEPLOY_PACKAGE == 'true'
+ # if: env.DEPLOY_PACKAGE == 'true'
61
run: npm run build && npm pack && npm publish build/ --access public
62
env:
63
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments