fix: remove tree-kill package to core/cli (#3429)

* fix: remove tree-kill package to core/cli

* fix: remove unuse code
This commit is contained in:
jack zhang 2024-01-24 16:05:29 +08:00 committed by GitHub
parent 2792cb1b0a
commit b7948d5409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -79,7 +79,6 @@
"pretty-quick": "^3.1.0", "pretty-quick": "^3.1.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"tree-kill": "^1.2.2",
"typescript": "5.1.3" "typescript": "5.1.3"
}, },
"volta": { "volta": {

View File

@ -18,6 +18,7 @@
"fast-glob": "^3.3.1", "fast-glob": "^3.3.1",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"p-all": "3.0.0", "p-all": "3.0.0",
"tree-kill": "^1.2.2",
"pm2": "^5.2.0", "pm2": "^5.2.0",
"portfinder": "^1.0.28", "portfinder": "^1.0.28",
"serve": "^13.0.2", "serve": "^13.0.2",

View File

@ -162,9 +162,6 @@ module.exports = (cli) => {
console.log('APP_BASE_URL:', process.env.APP_BASE_URL); console.log('APP_BASE_URL:', process.env.APP_BASE_URL);
} }
}); });
process.on('SIGINT', () => {
console.log('SIGINT......');
});
e2e e2e
.command('test') .command('test')