summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/run
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-26 16:09:03 +0200
committernatrixaeria <janng@gmx.de>2019-05-26 16:09:03 +0200
commitfb31751fab32c8b67affd75603084e4f143bc758 (patch)
tree1f4ba292480c00e8935748a59b1c067c0c5126f1 /WebInterface/wasm/asm-paint/run
parente2e4f0f698b95ca979e78ac12fa2395635321dd3 (diff)
Add basic project structure
Diffstat (limited to 'WebInterface/wasm/asm-paint/run')
-rwxr-xr-xWebInterface/wasm/asm-paint/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/wasm/asm-paint/run b/WebInterface/wasm/asm-paint/run
index 61c1997..1da1e35 100755
--- a/WebInterface/wasm/asm-paint/run
+++ b/WebInterface/wasm/asm-paint/run
@@ -1,3 +1,3 @@
#!/bin/sh
-wasm-pack build --target web
+wasm-pack build --release --target web