Files
lldap/app/build.sh
Valentin Tolmer f8951d3b82 Add index and main
2021-05-08 12:00:52 +02:00

6 lines
112 B
Bash
Executable File

#! /bin/sh
cd $(dirname $0)
wasm-pack build --target web
rollup ./main.js --format iife --file ./pkg/bundle.js