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 bc7dc8d5c2
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Use ESLint
2020-04-27 22:30:12 -04:00

9 lines
97 B
Bash
Executable File

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