Skip to content

Commit

Permalink
🐳 chore: 增加发布预览script
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Jan 18, 2024
1 parent a857933 commit 59c08a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"type-check": "pnpm --filter @ivy-design/ce run type-check",
"lint": "pnpm --filter @ivy-design/ce run lint",
"format": "pnpm --filter @ivy-design/ce run format",
"publish": "pnpm --filter @ivy-design/ce publish --access --registry=https://registry.npmjs.org/"
"publish": "pnpm --filter @ivy-design/ce publish --access public --no-git-checks --registry https://registry.npmjs.org/",
"publish:preview": "pnpm --filter @ivy-design/ce publish --access public --dry-run --no-git-checks --registry https://registry.npmjs.org/"
},
"keywords": [
"front-end",
Expand Down

0 comments on commit 59c08a6

Please sign in to comment.