Skip to content

Commit

Permalink
fix(boilerplate): package.json db:gen
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Sep 4, 2023
1 parent fd64680 commit e1b4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mw-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"clean:lock": "rm -f package-lock.json",
"clean:log": "rm -rf ./logs ./run",
"cov": "c8 --all npm run test -- --parallel=false",
"db:gen": "kmore gen --project tsconfig.cjs.json --path ./src",
"db:gen": "kmore gen --path ./src",
"dev": "cross-env MIDWAY_SERVER_ENV=local mwtsc --watch --run @midwayjs/mock/app",
"lint": "eslint --fix --cache {src,test}/**/*.ts",
"lint:nofix": "eslint --cache {src,test}/**/*.ts",
Expand Down

0 comments on commit e1b4a74

Please sign in to comment.