Skip to content

Commit

Permalink
dont gen on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 13, 2023
1 parent aa6c5c1 commit 6295013
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 @@ -20,7 +20,7 @@
},
"scripts": {
"generate": "openapi-generator-cli generate",
"build": "npm run generate && tsup src/index.ts --format cjs,esm --dts --clean",
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"watch": "npm run build -- --watch src",
"prepublishOnly": "npm run build",
"test": ""
Expand Down

0 comments on commit 6295013

Please sign in to comment.