File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 "build" : " tsup index.ts --format esm,cjs --dts --sourcemap" ,
2727 "clean" : " rm -rf dist && echo done" ,
2828 "version" : " biome format --fix package.json" ,
29- "prepublishOnly" : " cp ../../{ LICENSE} dist/" ,
29+ "prepublishOnly" : " cp ../../LICENSE dist/" ,
3030 "publish" : " bun publish" ,
3131 "lint" : " biome check"
3232 },
Original file line number Diff line number Diff line change 1515 "build" : " tsup index.ts transformer.ts --format esm,cjs --dts --dts-resolve --sourcemap --splitting false" ,
1616 "clean" : " rm -rf dist && echo done" ,
1717 "version" : " biome format --fix package.json" ,
18- "prepublishOnly" : " cp ../../{ LICENSE} dist/" ,
18+ "prepublishOnly" : " cp ../../LICENSE dist/" ,
1919 "publish" : " bun publish" ,
2020 "lint" : " biome check"
2121 },
You can’t perform that action at this time.
0 commit comments