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

9 lines
97 B
Bash
Raw Normal View History

2020-04-25 13:33:17 +00:00
#!/bin/sh
set -e
./download-quickjs.sh
2020-04-28 02:30:12 +00:00
./download-jni-headers.sh
2020-04-28 17:09:30 +00:00
cd ../src/main/ts
2020-04-28 02:30:12 +00:00
npm install