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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
msa/js-executor/package.json
-
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": "nodemon server.js", |
|
|
|
"start-prod": "NODE_ENV=production nodemon server.js" |
|
|
|
|
|
|
|
@ -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" |
|
|
|
|