MXS-1300: Add build script for MaxCtrl
The build uses the pkg library to package a Node.js app and all of its dependenices.
This commit is contained in:
parent
ebfa631bae
commit
78a95def7d
5
client/maxctrl/build.sh
Executable file
5
client/maxctrl/build.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#/bin/bash
|
||||
|
||||
npm install
|
||||
npm install pkg
|
||||
node_modules/pkg/lib-es5/bin.js -t node6-linux-x64 .
|
Loading…
x
Reference in New Issue
Block a user