koatty_cli
Advanced tools
Comparing version 3.7.2 to 3.7.3
@@ -15,7 +15,7 @@ { | ||
"args": [ | ||
"controller", | ||
// "controller", "-t", "grpc", "test", | ||
"new", | ||
"-t", | ||
"grpc", | ||
"test", | ||
// "new", "-t", "middleware", "hello", | ||
"middleware", | ||
"hello", | ||
// "proto", "test", | ||
@@ -22,0 +22,0 @@ ], |
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.7.3](https://github.com/koatty/koatty_cli/compare/v3.7.2...v3.7.3) (2023-01-13) | ||
### Bug Fixes | ||
* rm .git ([a2e0144](https://github.com/koatty/koatty_cli/commit/a2e0144d04f0e96f63b2a53a0adc02be05d15993)) | ||
### [3.7.2](https://github.com/koatty/koatty_cli/compare/v3.7.1...v3.7.2) (2023-01-06) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "koatty_cli", | ||
"version": "3.7.2", | ||
"version": "3.7.3", | ||
"description": "Koatty command line tool.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,3 +6,3 @@ /* | ||
* @Date: 2020-12-08 15:08:37 | ||
* @LastEditTime: 2022-11-05 11:51:07 | ||
* @LastEditTime: 2023-01-13 16:57:20 | ||
*/ | ||
@@ -98,2 +98,4 @@ | ||
})); | ||
console.log(`${projectDir}/.git`); | ||
await ufs.rmDir(`${projectDir}/.git`); | ||
} catch (err) { | ||
@@ -113,3 +115,3 @@ log.error(err && err.message); | ||
log.log(' Install dependencies:'); | ||
log.log(' $ yarn or npm install'); | ||
log.log(' $ npm install'); | ||
log.log(); | ||
@@ -116,0 +118,0 @@ |
44980
994