File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ scripts:
39
39
compile :
40
40
desc : Compile binary for all platforms
41
41
pll :
42
- - deno compile --output cwc-linux --target x86_64-unknown-linux-gnu cli.ts
43
- - deno compile --output cwc-apple-intel --target x86_64-apple-darwin cli.ts
44
- - deno compile --output cwc-apple-arm --target aarch64-apple-darwin cli.ts
45
- - deno compile --output cwc-windows --target x86_64-pc-windows-msvc cli.ts
42
+ - deno compile --output dist/ cwc-linux --target x86_64-unknown-linux-gnu cli.ts
43
+ - deno compile --output dist/ cwc-apple-intel --target x86_64-apple-darwin cli.ts
44
+ - deno compile --output dist/ cwc-apple-arm --target aarch64-apple-darwin cli.ts
45
+ - deno compile --output dist/ cwc-windows --target x86_64-pc-windows-msvc cli.ts
46
46
reload : false
47
47
cachedOnly : true
48
48
lock : lock.json
You can’t perform that action at this time.
0 commit comments