Skip to content

Commit

Permalink
🔧 chore(package.json): add "build" script to run the "make build" com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
sam-corbado committed Jan 18, 2024
1 parent 4b83fce commit 120af80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"lint": "make lint",
"fix": "make fix",
"tsc": "tsc",
"start": "make start"
"start": "make start",
"build": "make build"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.7.0",
Expand Down

0 comments on commit 120af80

Please sign in to comment.