mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
commit
9ecf487f07
3 changed files with 6 additions and 6 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -25,16 +25,16 @@ jobs:
|
|||
# - run: npm publish --provenance --access public -w ./packages/types
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/util
|
||||
- run: npm publish --provenance --access public -w ./packages/util --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/renderer
|
||||
- run: npm publish --provenance --access public -w ./packages/renderer --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/core
|
||||
- run: npm publish --provenance --access public -w ./packages/core --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/idraw
|
||||
- run: npm publish --provenance --access public -w ./packages/idraw --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# - run: npm publish --provenance --access public -w ./packages/figma
|
||||
|
|
|
|||
2
.npmrc
2
.npmrc
|
|
@ -1,2 +1,2 @@
|
|||
# registry=https://registry.npmmirror.com
|
||||
auto-install-peers = true
|
||||
# auto-install-peers = true
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.0",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue