kanidm/kanidmd_web_ui/build_wasm.sh
2021-07-25 10:51:37 +10:00

8 lines
211 B
Bash
Executable file

#!/bin/sh
wasm-pack build --no-typescript --release --target web && \
rollup ./src/main.js --format iife --file ./pkg/bundle.js && \
cp ./src/style.css ./pkg/style.css && \
rm ./pkg/.gitignore