2022-08-07 22:04:56 +03:00

7 lines
90 B
Bash
Executable File

wasm-pack build --target web --dev
(
cd npm-package || exit;
npm i;
npm run build
)