Files
hollywoo-sourcer/test.sh
2023-07-19 04:11:34 -06:00

7 lines
88 B
Bash
Executable File

#! /bin/bash
if [ ! -d node_modules ]; then
npm install
fi
haxe -D test build.hxml