Browse Source

UI: Updated version node in pkg script

pull/6721/head
Vladyslav_Prykhodko 4 years ago
parent
commit
812a120393
  1. 2
      msa/js-executor/package.json
  2. 2
      msa/web-ui/package.json

2
msa/js-executor/package.json

@ -6,7 +6,7 @@
"main": "server.js",
"bin": "server.js",
"scripts": {
"pkg": "pkg -t node12-linux-x64,node12-win-x64 --out-path ./target . && node install.js",
"pkg": "pkg -t node16-linux-x64,node16-win-x64 --out-path ./target . && node install.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"start-prod": "NODE_ENV=production nodemon server.js"

2
msa/web-ui/package.json

@ -6,7 +6,7 @@
"main": "server.js",
"bin": "server.js",
"scripts": {
"pkg": "pkg -t node12-linux-x64,node12-win-x64 --out-path ./target . && node install.js",
"pkg": "pkg -t node16-linux-x64,node16-win-x64 --out-path ./target . && node install.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "WEB_FOLDER=./target/web nodemon server.js",
"start-prod": "NODE_ENV=production nodemon server.js"

Loading…
Cancel
Save