7 lines
88 B
Bash
7 lines
88 B
Bash
#! /bin/bash
|
|
|
|
if [ ! -d node_modules ]; then
|
|
npm install
|
|
fi
|
|
|
|
haxe -D test build.hxml |