lldap/app/build.sh
2021-06-19 18:52:14 +10:00

6 lines
144 B
Bash
Executable File

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