@soybeanjs/cli 0.1.5 → 0.1.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ var import_kolorist2 = require("kolorist");
|
|
|
26
26
|
// package.json
|
|
27
27
|
var package_default = {
|
|
28
28
|
name: "@soybeanjs/cli",
|
|
29
|
-
version: "0.1.
|
|
29
|
+
version: "0.1.5",
|
|
30
30
|
description: "SoybeanJS's command lint tools",
|
|
31
31
|
author: {
|
|
32
32
|
name: "Soybean",
|
|
@@ -178,7 +178,7 @@ function verifyGitCommit() {
|
|
|
178
178
|
// src/scripts/cleanup.ts
|
|
179
179
|
var import_zx = require("zx");
|
|
180
180
|
async function cleanup() {
|
|
181
|
-
await import_zx.$`pnpm rimraf node_modules ./**/node_modules dist ./**/
|
|
181
|
+
await import_zx.$`pnpm rimraf node_modules dist package-lock.json yarn.lock pnpm-lock.yaml ./**/node_modules ./**/dist ./**/package-lock.json ./**/yarn.lock ./**/pnpm-lock.yaml`;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
// src/scripts/git-hooks.ts
|
package/dist/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import { blue } from "kolorist";
|
|
|
7
7
|
// package.json
|
|
8
8
|
var package_default = {
|
|
9
9
|
name: "@soybeanjs/cli",
|
|
10
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.5",
|
|
11
11
|
description: "SoybeanJS's command lint tools",
|
|
12
12
|
author: {
|
|
13
13
|
name: "Soybean",
|
|
@@ -159,7 +159,7 @@ function verifyGitCommit() {
|
|
|
159
159
|
// src/scripts/cleanup.ts
|
|
160
160
|
import { $ } from "zx";
|
|
161
161
|
async function cleanup() {
|
|
162
|
-
await $`pnpm rimraf node_modules ./**/node_modules dist ./**/
|
|
162
|
+
await $`pnpm rimraf node_modules dist package-lock.json yarn.lock pnpm-lock.yaml ./**/node_modules ./**/dist ./**/package-lock.json ./**/yarn.lock ./**/pnpm-lock.yaml`;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
// src/scripts/git-hooks.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "SoybeanJS's command lint tools",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Soybean",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"simple-git-hooks": "^2.8.1",
|
|
43
43
|
"tsup": "^6.5.0",
|
|
44
44
|
"typescript": "^4.9.4",
|
|
45
|
-
"@soybeanjs/cli": "0.1.
|
|
45
|
+
"@soybeanjs/cli": "0.1.6"
|
|
46
46
|
},
|
|
47
47
|
"simple-git-hooks": {
|
|
48
48
|
"commit-msg": "pnpm soybean git-commit-verify",
|