Dodanie paczki multiple-scripts-tmux i poprawa wizualna skryptu watch w sealious-playground

Summary:
Ref T2331

Test Plan: Wykonac komende npm run watch, nazwa terminala powinna być nazwą komendy

multiple-scripts-tmux update to 1.0.4 version, changed watch script

Reviewers: kuba-orlik

Reviewed By: kuba-orlik

Subscribers: jenkins-user

Maniphest Tasks: T2331

Differential Revision: https://hub.sealcode.org/D1182
master
Bezula 3 years ago
parent ca6f365d71
commit beff7b24a1

14
package-lock.json generated

@ -11,7 +11,7 @@
"@babel/core": "^7.12.10",
"@hotwired/turbo": "^7.0.0-beta.3",
"@koa/router": "^10.0.0",
"multiple-scripts-tmux": "^1.0.3",
"multiple-scripts-tmux": "^1.0.4",
"nodemon": "^2.0.7",
"sealious": "^0.13.38",
"stimulus": "^2.0.0",
@ -6402,9 +6402,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/multiple-scripts-tmux": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/multiple-scripts-tmux/-/multiple-scripts-tmux-1.0.3.tgz",
"integrity": "sha512-j5a82b/+LYJBD1LtxWihV8IN7VGZglr64VRQAaLjotjDfnA8SKm8XsMCndtpVhhTbkwy/bXazNyajmo3gfoTgA==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/multiple-scripts-tmux/-/multiple-scripts-tmux-1.0.4.tgz",
"integrity": "sha512-EG1yriwuLroMwb4Gp2drITZLN1UH/mh/JnuRpe/DStv5wpJSvuK8uh0HCIGOMMTAyWOUct2n0PLOLX04Rg4Z1g==",
"bin": {
"multiple-scripts-tmux": "index.js"
}
@ -14869,9 +14869,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"multiple-scripts-tmux": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/multiple-scripts-tmux/-/multiple-scripts-tmux-1.0.3.tgz",
"integrity": "sha512-j5a82b/+LYJBD1LtxWihV8IN7VGZglr64VRQAaLjotjDfnA8SKm8XsMCndtpVhhTbkwy/bXazNyajmo3gfoTgA=="
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/multiple-scripts-tmux/-/multiple-scripts-tmux-1.0.4.tgz",
"integrity": "sha512-EG1yriwuLroMwb4Gp2drITZLN1UH/mh/JnuRpe/DStv5wpJSvuK8uh0HCIGOMMTAyWOUct2n0PLOLX04Rg4Z1g=="
},
"nanoid": {
"version": "3.1.20",

@ -12,7 +12,7 @@
"build": "npm run build:back && npm run build:front",
"watch:back": "tsc --watch -p src/back",
"watch:front": "webpack --watch",
"watch": "multiple-scripts-tmux watch:back server watch:front",
"watch": "multiple-scripts-tmux \"npm run watch:back\" \"SEALIOUS_PORT=$SEALIOUS_PORT SEALIOUS_BASE_URL=$SEALIOUS_BASE_URL nodemon --enable-source-maps .\" \"npm run watch:front\"",
"test-reports": "npm run build && rm -fr .xunit coverage && docker-compose up -d db mailcatcher && npm run test -- --cover --test-report",
"cover-html": "npm run test-reports -- --cover-html && xdg-open coverage/lcov-report/index.html"
},
@ -22,7 +22,7 @@
"@babel/core": "^7.12.10",
"@hotwired/turbo": "^7.0.0-beta.3",
"@koa/router": "^10.0.0",
"multiple-scripts-tmux": "^1.0.3",
"multiple-scripts-tmux": "^1.0.4",
"nodemon": "^2.0.7",
"sealious": "^0.13.38",
"stimulus": "^2.0.0",

Loading…
Cancel
Save