File tree 3 files changed +484
-149
lines changed
3 files changed +484
-149
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
3
+ "changelog" : " @changesets/cli/changelog" ,
4
+ "commit" : false ,
5
+ "access" : " public" ,
6
+ "baseBranch" : " main" ,
7
+ "updateInternalDependencies" : " patch"
8
+ }
Original file line number Diff line number Diff line change 12
12
"test" : " turbo run test" ,
13
13
"test:watch" : " vitest watch" ,
14
14
"test:coverage" : " turbo run test:coverage" ,
15
- "typecheck" : " turbo run typecheck"
15
+ "typecheck" : " turbo run typecheck" ,
16
+ "publish" : " turbo run build typecheck test && changeset version && changeset publish"
16
17
},
17
18
"keywords" : [],
18
19
"author" : " " ,
19
20
"license" : " MIT" ,
20
21
"devDependencies" : {
22
+ "@changesets/cli" : " ^2.27.12" ,
21
23
"@commitlint/cli" : " ^19.3.0" ,
22
24
"@commitlint/config-conventional" : " ^19.2.2" ,
23
25
"@vitest/coverage-v8" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments