Update master with latest changes #22

Merged
Siklos merged 37 commits from dev into master 2022-08-09 12:18:01 -04:00
Showing only changes of commit 2c66ff197a - Show all commits

View file

@ -9,7 +9,6 @@ steps:
- node ./test-server/node-http.js & - node ./test-server/node-http.js &
- npm install - npm install
- npm run test:nowatch - npm run test:nowatch
- kill -2 %1 2>/dev/null
--- ---
kind: pipeline kind: pipeline
@ -21,5 +20,4 @@ steps:
commands: commands:
- node ./test-server/node-http.js & - node ./test-server/node-http.js &
- npm install - npm install
- npm run test:nowatch - npm run test:nowatch
- kill -2 %1 2>/dev/null