kanidm/kanidmd_web_ui/build_wasm_release.sh
2022-01-09 10:47:21 +10:00

9 lines
256 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 && \
cp -a ./src/external ./pkg/external && \
rm ./pkg/.gitignore