From beff7b24a16b70755433db379c88c899f04d2f36 Mon Sep 17 00:00:00 2001 From: Bezula Date: Sun, 12 Sep 2021 12:53:09 +0200 Subject: [PATCH] Dodanie paczki multiple-scripts-tmux i poprawa wizualna skryptu watch w sealious-playground MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66bc42a..e069fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e5b3bfe..42b6708 100644 --- a/package.json +++ b/package.json @@ -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",