File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ts-hajime" ,
33 "description" : " Delightfully bootstraps TypeScript npm libraries." ,
4- "version" : " 0.0.21 " ,
4+ "version" : " 0.0.22 " ,
55 "scripts" : {
66 "reset" : " rm -rf node_modules && npm i" ,
77 "prepublishOnly" : " npm run build" ,
8- "build" : " rm -rf dist && pkgroll --minify && tsup" ,
8+ "build" : " pkgroll --clean- dist --minify && tsup" ,
99 "test" : " vitest" ,
1010 "lint" : " eslint --fix" ,
1111 "tsc" : " tsc" ,
Original file line number Diff line number Diff line change 44 "version" : " 0.0.0" ,
55 "scripts" : {
66 "prepublishOnly" : " npm run build" ,
7- "build" : " rm -rf dist && pkgroll --minify && tsup" ,
7+ "build" : " pkgroll --clean- dist --minify && tsup" ,
88 "test" : " vitest" ,
99 "lint" : " eslint --fix" ,
1010 "tsc" : " tsc" ,
You can’t perform that action at this time.
0 commit comments