Update npmpublish on demand.yml
parent
c75311ee84
commit
bf9c0efdc5
|
@ -26,7 +26,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm publish
|
- run: |
|
||||||
|
npm ci
|
||||||
|
npm run build --workspace=packages/svgcanvas
|
||||||
|
npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue