We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ed2b1 commit 5010d4bCopy full SHA for 5010d4b
apps/notation_viewer/Makefile.toml
@@ -61,11 +61,7 @@ command = "cargo"
61
[tasks.release-to-amateurguitar-www]
62
script_runner = "@shell"
63
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
+cp ./target/wasm.js ../../public/notation/
+cp ./target/wasm_bg.wasm ../../public/notation/
70
"""]
71
dependencies = ["build-web"]
0 commit comments