@hangox/pm-cli 0.0.1 → 0.2.2
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.
- package/dist/index.js +930 -137
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangox/pm-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "网易易协作 (PM NetEase) 命令行工具",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"dev": "tsup --watch",
|
|
15
|
+
"prebuild": "node scripts/prepare-version.js",
|
|
15
16
|
"build": "tsup",
|
|
16
17
|
"check": "pnpm typecheck && pnpm lint && pnpm test && pnpm build",
|
|
17
18
|
"typecheck": "tsc --noEmit",
|