Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 04161b4

Browse files
committed
chore: update publish script
1 parent 5ea7323 commit 04161b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

publish.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
// custom scripts for deno.land/x/publish
1+
// custom script for deno.land/x/publish
22

33
export async function prepublish(version: string) {
4-
// update the version.ts before re-build the compiler wasm.
5-
Deno.writeTextFile('./version.ts', `export const VERSION = '${version}'\n`)
6-
74
const p = Deno.run({
85
cmd: ['deno', 'run', '-A', 'build.ts'],
96
cwd: './compiler',

0 commit comments

Comments
 (0)