Skip to content

Commit

Permalink
chore: make destination path
Browse files Browse the repository at this point in the history
  • Loading branch information
abiriadev committed Dec 11, 2023
1 parent 4070b13 commit 90f04f9
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 -p ./frontend/src/assets/
- cp ./dist/syntaxck.pack.wasm ./frontend/src/assets/syntaxck.pack.wasm
sources:
- ./wasm/syntaxck/*.go
Expand Down

0 comments on commit 90f04f9

Please sign in to comment.