File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/vscode-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "changeset" : " changeset" ,
77 "check" : " turbo check" ,
88 "ci:package" : " turbo run ci:package" ,
9- "ci:publish" : " turbo run ci:publish" ,
9+ "ci:publish" : " changeset publish && turbo run ci:publish" ,
1010 "ci:update" : " turbo run ci:update" ,
1111 "ci:version" : " changeset version && pnpm install --lockfile-only" ,
1212 "format" : " prettier --write . && biome check --write ." ,
Original file line number Diff line number Diff line change 4949 "build" : " tsup" ,
5050 "check" : " tsc --noEmit" ,
5151 "ci:package" : " vsce package" ,
52- "ci:publish" : " changeset publish && ovsx publish --skip-duplicate && vsce publish --skip-duplicate" ,
52+ "ci:publish" : " ovsx publish --skip-duplicate && vsce publish --skip-duplicate" ,
5353 "ci:version" : " changeset version && pnpm i --lockfile-only --engine-strict=false" ,
5454 "ci:update" : " tsx scripts/fetch-apis.ts" ,
5555 "dev" : " tsup --watch" ,
You can’t perform that action at this time.
0 commit comments