Skip to content

Commit

Permalink
#develop fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Jul 8, 2024
1 parent 3fff8de commit e3b6ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 6 additions & 2 deletions examples/openapi-router/express/petstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle node",
"build": "tsc",
"start:dev": "nodemon --config ./nodemon.json",
"gen:openapi": "npx openapi-typescript ./resources/openapi-v1.yaml -o ./src/gen/v1.ts"
},
Expand All @@ -22,5 +22,9 @@
"nodemon": "^3.1.4",
"openapi-typescript": "^7.0.2",
"ts-node": "^10.9.2"
}
},
"files": [
"dist",
"README.md"
]
}
4 changes: 0 additions & 4 deletions examples/openapi-router/express/petstore/tsconfig.prod.json

This file was deleted.

0 comments on commit e3b6ef3

Please sign in to comment.