Skip to content

Commit

Permalink
309 changed generate script to kubb:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Jun 18, 2024
1 parent c801216 commit ffc6bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The generated code is kept in `/src/gen`. Never make manual changes to files in

Generate these resources with:
```sh
npm run generate
npm run kubb:generate
```

The console may include the output below. It can be safely ignored.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"prepare": "husky install",
"generate": "kubb generate"
"kubb:generate": "kubb generate"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
Expand Down

0 comments on commit ffc6bdd

Please sign in to comment.