Skip to content

Commit 85409cc

Browse files
committed
fix: prepublish copy script
1 parent ff024e3 commit 85409cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/try-catch-tuple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
},

packages/ts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
},

0 commit comments

Comments
 (0)