We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833e60e commit eef6bdbCopy full SHA for eef6bdb
1 file changed
packages/codemie/script/publish.ts
@@ -28,9 +28,7 @@ await $`cp -r ./bin ${wrapperDir}/bin`
28
await $`cp ./script/postinstall.mjs ${wrapperDir}/postinstall.mjs`
29
30
// 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
-)
+await Bun.file(`${wrapperDir}/LICENSE`).write("Apache-2.0\n\nSee https://www.apache.org/licenses/LICENSE-2.0\n")
34
35
await Bun.file(`${wrapperDir}/package.json`).write(
36
JSON.stringify(
0 commit comments