Files
hollywoo-sourcer/test.sh

7 lines
88 B
Bash

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