Skip to content
Snippets Groups Projects
Unverified Commit 9df37ede authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix: remove usage of pnpx (#1434)

parent f86a7a4f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"generate": "pnpx @hey-api/openapi-ts@0.53.11", "generate": "./node_modules/.bin/openapi-ts",
"build": "pnpm run generate && bunchee", "build": "pnpm run generate && bunchee",
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment