@4399ywkf/cli 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4399ywkf/cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "运维开发部脚手架",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -20,6 +20,9 @@
20
20
  "build": "rollup -c && node scripts/postbuild.js",
21
21
  "build:watch": "rollup -c -w",
22
22
  "prepublishOnly": "npm run build",
23
+ "release:core": "pnpm --filter @4399ywkf/core release",
24
+ "release:core:minor": "pnpm --filter @4399ywkf/core release:minor",
25
+ "release:core:major": "pnpm --filter @4399ywkf/core release:major",
23
26
  "link": "npm link",
24
27
  "unlink": "npm unlink -g",
25
28
  "changeset": "changeset",