Skip to content

Commit eef6bdb

Browse files
chore: generate
1 parent 833e60e commit eef6bdb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/codemie/script/publish.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ await $`cp -r ./bin ${wrapperDir}/bin`
2828
await $`cp ./script/postinstall.mjs ${wrapperDir}/postinstall.mjs`
2929

3030
// Write LICENSE
31-
await Bun.file(`${wrapperDir}/LICENSE`).write(
32-
"Apache-2.0\n\nSee https://www.apache.org/licenses/LICENSE-2.0\n",
33-
)
31+
await Bun.file(`${wrapperDir}/LICENSE`).write("Apache-2.0\n\nSee https://www.apache.org/licenses/LICENSE-2.0\n")
3432

3533
await Bun.file(`${wrapperDir}/package.json`).write(
3634
JSON.stringify(

0 commit comments

Comments
 (0)