kanidm/kanidmd_web_ui/build_wasm_release.sh
2022-02-09 12:57:38 +10:00

8 lines
189 B
Bash
Executable file

#!/bin/sh
wasm-pack build --no-typescript --release --target web && \
cp ./src/style.css ./pkg/style.css && \
cp -a ./src/external ./pkg/external && \
rm ./pkg/.gitignore