update npm build (#2316)

This commit is contained in:
MoyuScript
2020-08-08 16:00:41 +08:00
parent 2d8b88cb3e
commit 8e7481210e
4 changed files with 10 additions and 236 deletions

View File

@@ -231,7 +231,7 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: NPM Publish
run: cd npm/package && npm publish --dry-run
run: cd npm/package && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
docs: