readme updates
This commit is contained in:
4
.github/workflows/npmpublish.yml
vendored
4
.github/workflows/npmpublish.yml
vendored
@@ -40,13 +40,13 @@ jobs:
|
||||
node-version: 12
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
- run: npm ci
|
||||
- run: npm ci --ignore-scripts
|
||||
if: steps.version-updated.outputs.has-updated
|
||||
- run: npm run clean
|
||||
if: steps.version-updated.outputs.has-updated
|
||||
- run: npm run build
|
||||
if: steps.version-updated.outputs.has-updated
|
||||
- run: npm publish
|
||||
- run: npm publish --ignore-scripts
|
||||
if: steps.version-updated.outputs.has-updated
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
||||
|
||||
Reference in New Issue
Block a user