mirror of
https://github.com/lldap/lldap.git
synced 2026-06-12 06:08:19 +00:00
6 lines
112 B
Bash
Executable File
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
|