File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 "build" : " vite build && FORMAT=iife vite build" ,
2525 "lint" : " eslint --config eslint.config.mjs \" src/**/*.ts\" " ,
2626 "prepublish" : " pnpm run build" ,
27- "release" : " pnpm run test && git push --follow-tags && pnpm publish" ,
27+ "release" : " vitest -- run && git push --follow-tags && pnpm publish" ,
2828 "test" : " vitest" ,
2929 "format" : " prettier --write ."
3030 },
Original file line number Diff line number Diff line change 2525 "build" : " vite build && FORMAT=iife vite build" ,
2626 "lint" : " eslint --config eslint.config.mjs \" src/**/*.ts\" " ,
2727 "prepublish" : " pnpm run build" ,
28- "release" : " pnpm run test && git push --follow-tags && pnpm publish" ,
28+ "release" : " vitest -- run && git push --follow-tags && pnpm publish" ,
2929 "test" : " vitest" ,
3030 "format" : " prettier --write ."
3131 },
Original file line number Diff line number Diff line change 2525 "build" : " vite build && FORMAT=iife vite build" ,
2626 "lint" : " eslint --config eslint.config.mjs \" src/**/*.ts\" " ,
2727 "prepublish" : " pnpm run build" ,
28- "release" : " pnpm run test && git push --follow-tags && pnpm publish" ,
28+ "release" : " vitest -- run && git push --follow-tags && pnpm publish" ,
2929 "test" : " vitest" ,
3030 "format" : " prettier --write ."
3131 },
You can’t perform that action at this time.
0 commit comments