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",