File tree 2 files changed +231
-2574
lines changed
2 files changed +231
-2574
lines changed Original file line number Diff line number Diff line change 8
8
"homepage" : " https://github.com/w2xi/treei#readme" ,
9
9
"main" : " dist/index.js" ,
10
10
"scripts" : {
11
+ "prepublishOnly" : " nr build" ,
11
12
"dev" : " tsup src/index.ts --watch" ,
12
13
"build" : " tsup src/index.ts --minify" ,
13
- "release" : " release-it " ,
14
+ "release" : " bumpp --commit --push --tag && pnpm publish " ,
14
15
"lint" : " eslint src/**/*.ts" ,
15
16
"lint:fix" : " eslint src --fix" ,
16
17
"test" : " vitest"
26
27
"author" : " w2xi" ,
27
28
"license" : " MIT" ,
28
29
"devDependencies" : {
29
- "@release-it/conventional-changelog " : " ^8.0.1 " ,
30
+ "@antfu/ni " : " ^0.21.12 " ,
30
31
"@types/node" : " ^20.11.25" ,
31
32
"@typescript-eslint/eslint-plugin" : " ^7.1.1" ,
32
33
"@typescript-eslint/parser" : " ^7.1.1" ,
34
+ "bumpp" : " ^9.4.0" ,
33
35
"eslint" : " ^8.56.0" ,
34
36
"prettier" : " 3.2.5" ,
35
- "release-it" : " ^17.0.3" ,
36
37
"tsup" : " ^8.0.2" ,
37
38
"typescript" : " ^5.4.2" ,
38
39
"vitest" : " ^1.3.1"
41
42
"commander" : " ^12.0.0"
42
43
}
43
44
}
45
+
You can’t perform that action at this time.
0 commit comments