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:
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 .
|
||||||
Reference in New Issue
Block a user