lldap/app/build.sh

6 lines
112 B
Bash
Raw Normal View History

2021-05-08 10:00:52 +00:00
#! /bin/sh
cd $(dirname $0)
wasm-pack build --target web
rollup ./main.js --format iife --file ./pkg/bundle.js