Revert "Dodanie paczki multiple-scripts-tmux i poprawa wizualna skryptu watch w sealious-playground"
This reverts commit 96f24e6a5abfafc251b581d53450318aa77f3dc1. Cofam, bo pojawia się problem "no sessions"
This commit is contained in:
parent
96f24e6a5a
commit
ff89aa0cc9
4378
package-lock.json
generated
4378
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": "tmux new-session -d \"printf '\\033]2;%s\\033\\' 'watch:back' && npm run watch:back\" && tmux split-window -d \"printf '\\033]2;%s\\033\\' 'server' && SEALIOUS_PORT=$SEALIOUS_PORT SEALIOUS_BASE_URL=$SEALIOUS_BASE_URL nodemon --enable-source-maps .\" && tmux split-window -d \"printf '\\033]2;%s\\033\\' 'watch:front' && npm run watch:front\" && tmux select-layout even-horizontal && tmux set -g pane-border-status top && tmux set -g mouse on && tmux attach",
|
||||
"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,6 @@
|
||||
"@babel/core": "^7.12.10",
|
||||
"@hotwired/turbo": "^7.0.0-beta.3",
|
||||
"@koa/router": "^10.0.0",
|
||||
"multiple-scripts-tmux": "^1.0.3",
|
||||
"nodemon": "^2.0.7",
|
||||
"sealious": "^0.13.38",
|
||||
"stimulus": "^2.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user