File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
id : changesets
25
25
uses : changesets/action@v1
26
26
with :
27
- version : pnpm run version
27
+ version : pnpm exec changeset version
28
28
publish : pnpm exec changeset publish
29
29
commit : " [ci] release"
30
30
title : " [ci] release"
Original file line number Diff line number Diff line change 42
42
"test:js" : " vitest run" ,
43
43
"test:ts" : " tsc --noEmit" ,
44
44
"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"
47
47
},
48
48
"devDependencies" : {
49
49
"del-cli" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 50
50
"test:js" : " vitest run" ,
51
51
"test:ts" : " tsc --noEmit" ,
52
52
"update:examples" : " vite-node ./scripts/update-examples.ts" ,
53
+ "prepublish" : " pnpm run build" ,
53
54
"version" : " pnpm run build"
54
55
},
55
56
"dependencies" : {
You can’t perform that action at this time.
0 commit comments