Skip to content

Commit 9ad9729

Browse files
authored
Change release action (openapi-ts#1135)
1 parent 73548bc commit 9ad9729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"test:js": "vitest run",
4343
"test:ts": "tsc --noEmit",
4444
"prepare": "openapi-typescript test/v1.yaml -o test/v1.d.ts",
45-
"prepublish": "pnpm run prepare && npm run build",
46-
"version": "pnpm run prepare && npm run build"
45+
"prepublish": "pnpm run prepare && pnpm run build",
46+
"version": "pnpm run prepare && pnpm run build"
4747
},
4848
"devDependencies": {
4949
"del-cli": "^5.0.0",

0 commit comments

Comments
 (0)