mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
8 lines
162 B
Bash
8 lines
162 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -rf plus100-napi
|
|
git clone https://github.com/Jarred-Sumner/napi-plus100 plus100-napi --depth=1
|
|
cd plus100-napi
|
|
npm install
|
|
npm run build
|