Skip to content

Commit 5010d4b

Browse files
committed
tweak web release process
1 parent 24ed2b1 commit 5010d4b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

apps/notation_viewer/Makefile.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ command = "cargo"
6161
[tasks.release-to-amateurguitar-www]
6262
script_runner = "@shell"
6363
script = ["""
64-
cp ./target/wasm.js ../../../../yjpark/juice/static/notation/
65-
cp ./target/wasm_bg.wasm ../../../../yjpark/juice/static/notation/
66-
cp -rf ./assets/fonts ../../../../yjpark/juice/static/notation/assets/fonts
67-
cp -rf ./assets/png ../../../../yjpark/juice/static/notation/assets/png
68-
cp -rf ./assets/beginner ../../../../yjpark/juice/static/notation/assets/beginner
69-
cp -rf ./assets/songs ../../../../yjpark/juice/static/notation/assets/songs
64+
cp ./target/wasm.js ../../public/notation/
65+
cp ./target/wasm_bg.wasm ../../public/notation/
7066
"""]
7167
dependencies = ["build-web"]

0 commit comments

Comments
 (0)