This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/scripts/setup.sh
TheBrokenRail 5bdeced904
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Fix setup.sh
2020-04-28 13:09:30 -04:00

9 lines
97 B
Bash
Executable File

#!/bin/sh
set -e
./download-quickjs.sh
./download-jni-headers.sh
cd ../src/main/ts
npm install