Skip to content

Commit e1b4a74

Browse files
committed
fix(boilerplate): package.json db:gen
1 parent fd64680 commit e1b4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mw-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"clean:lock": "rm -f package-lock.json",
6666
"clean:log": "rm -rf ./logs ./run",
6767
"cov": "c8 --all npm run test -- --parallel=false",
68-
"db:gen": "kmore gen --project tsconfig.cjs.json --path ./src",
68+
"db:gen": "kmore gen --path ./src",
6969
"dev": "cross-env MIDWAY_SERVER_ENV=local mwtsc --watch --run @midwayjs/mock/app",
7070
"lint": "eslint --fix --cache {src,test}/**/*.ts",
7171
"lint:nofix": "eslint --cache {src,test}/**/*.ts",

0 commit comments

Comments
 (0)