Browse Source

Merge pull request #6721 from vvlladd28/improvemnt/msa/pkg-script

[3.4] UI: Updated version node in pkg script
pull/6731/head
Igor Kulikov 4 years ago
committed by GitHub
parent
commit
b91dbdca2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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