File tree Expand file tree Collapse file tree 2 files changed +88
-660
lines changed Expand file tree Collapse file tree 2 files changed +88
-660
lines changed Original file line number Diff line number Diff line change 39
39
"build" : " unbuild" ,
40
40
"dev" : " vitest" ,
41
41
"lint" : " eslint --ext .js,.ts . && prettier -c src test" ,
42
+ "lint:fix" : " eslint --fix --ext .js,.ts . && prettier -w src test" ,
42
43
"prepack" : " pnpm build" ,
43
- "release" : " pnpm test && standard-version && git push --follow-tags && npm publish" ,
44
+ "release" : " pnpm test && changelogen --release --push && npm publish" ,
44
45
"test" : " pnpm lint && vitest run --coverage" ,
45
46
"untyped" : " jiti ./src/cli.ts" ,
46
47
"web" : " nuxi dev web" ,
62
63
"@types/node" : " ^18.15.10" ,
63
64
"@vitest/coverage-c8" : " ^0.29.7" ,
64
65
"@vue/compiler-sfc" : " ^3.2.47" ,
66
+ "changelogen" : " ^0.5.1" ,
65
67
"eslint" : " ^8.36.0" ,
66
68
"eslint-config-unjs" : " ^0.1.0" ,
67
69
"hljs" : " ^6.2.3" ,
72
74
"nuxt-windicss" : " ^2.6.0" ,
73
75
"prettier" : " ^2.8.7" ,
74
76
"prismjs" : " ^1.29.0" ,
75
- "standard-version" : " ^9.5.0" ,
76
77
"typescript" : " ^5.0.2" ,
77
78
"unbuild" : " ^1.1.2" ,
78
79
"vitest" : " ^0.29.7"
You can’t perform that action at this time.
0 commit comments