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 26
26
"build" : " tsup index.ts --format esm,cjs --dts --sourcemap" ,
27
27
"clean" : " rm -rf dist && echo done" ,
28
28
"version" : " biome format --fix package.json" ,
29
- "prepublishOnly" : " cp ../../{ LICENSE} dist/" ,
29
+ "prepublishOnly" : " cp ../../LICENSE dist/" ,
30
30
"publish" : " bun publish" ,
31
31
"lint" : " biome check"
32
32
},
Original file line number Diff line number Diff line change 15
15
"build" : " tsup index.ts transformer.ts --format esm,cjs --dts --dts-resolve --sourcemap --splitting false" ,
16
16
"clean" : " rm -rf dist && echo done" ,
17
17
"version" : " biome format --fix package.json" ,
18
- "prepublishOnly" : " cp ../../{ LICENSE} dist/" ,
18
+ "prepublishOnly" : " cp ../../LICENSE dist/" ,
19
19
"publish" : " bun publish" ,
20
20
"lint" : " biome check"
21
21
},
You can’t perform that action at this time.
0 commit comments