Skip to content

Commit

Permalink
build and generate
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Feb 14, 2023
1 parent 74b2aa9 commit a905e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/efdevcon/api"
},
"scripts": {
"build": "tsc",
"build": "tsc && yarn swagger:generate && yarn db:generate",
"start": "NODE_PATH=./dist node ./dist/index",
"predev": "yarn swagger:generate && yarn db:generate",
"dev": "nodemon ./src/index.ts",
Expand Down

0 comments on commit a905e34

Please sign in to comment.