Skip to content

Commit

Permalink
use tsup-node! yes!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed May 1, 2024
1 parent fea1189 commit e793eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/openapi-gen-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxide/openapi-gen-ts",
"version": "0.1.5",
"version": "0.1.7",
"description": "OpenAPI client generator used to generate Oxide TypeScript SDK",
"keywords": [
"oxide",
Expand Down Expand Up @@ -31,7 +31,7 @@
"shims": true
},
"scripts": {
"build": "tsup",
"build": "tsup-node",
"lint": "eslint .",
"pretest": "../../tools/gen.sh",
"test": "vitest",
Expand Down
File renamed without changes.

0 comments on commit e793eff

Please sign in to comment.