Simple feedback server
This commit is contained in:
7
feedback-server/test.sh
Executable file
7
feedback-server/test.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ ! -d node_modules ]; then
|
||||
npm install
|
||||
fi
|
||||
|
||||
haxe -D test build.hxml
|
Reference in New Issue
Block a user