mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
8 lines
189 B
Bash
Executable file
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
|
|
|
|
|