Files
shortcutter/test.sh

7 lines
88 B
Bash
Executable File

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