Skip to content

Commit

Permalink
build: make dest path explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
abiriadev committed Dec 11, 2023
1 parent 04f4509 commit 21bea73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tasks:
cmds:
- go build -o ./dist/syntaxck.wasm ./wasm/syntaxck
- wasm-opt ./dist/syntaxck.wasm --enable-bulk-memory -Oz -o ./dist/syntaxck.pack.wasm
- mkdir ./frontend/public -m
- cp ./dist/syntaxck.pack.wasm ./frontend/public/syntaxck.pack.wasm
sources:
- ./wasm/syntaxck/*.go
Expand Down

0 comments on commit 21bea73

Please sign in to comment.