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 940b686 commit 58b56f9Copy full SHA for 58b56f9
.github/workflows/publish-node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: git config --global user.email "[email protected]"
24
- run: npm version ${{ github.event.release.tag_name }}
25
- run: npm i
26
- - run: npm run build
+ - run: unset NODE_OPTIONS && npm run build
27
- uses: JS-DevTools/npm-publish@v1
28
with:
29
token: ${{ secrets.NPM_TOKEN }}
0 commit comments