TheBrokenRail
bc7dc8d5c2
All checks were successful
ScriptCraft/pipeline/head This commit looks good
9 lines
97 B
Bash
Executable File
9 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./download-quickjs.sh
|
|
./download-jni-headers.sh
|
|
|
|
cd ../src/main/js
|
|
npm install |