File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/squircle-element-react Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 19
19
"postinstall" : " pnpm lint:ws" ,
20
20
"typecheck" : " turbo run typecheck" ,
21
21
"ui-add" : " turbo run ui-add" ,
22
- "release" : " pnpm publish -r " ,
22
+ "release" : " turbo run publish " ,
23
23
"knip" : " knip"
24
24
},
25
25
"devDependencies" : {
Original file line number Diff line number Diff line change 12
12
"clean" : " rm -rf .turbo dist node_modules" ,
13
13
"format" : " prettier --check . --ignore-path ../../.gitignore" ,
14
14
"typecheck" : " tsc --noEmit --emitDeclarationOnly false" ,
15
- "lint" : " eslint"
15
+ "lint" : " eslint" ,
16
+ "publish" : " changeset publish"
16
17
},
17
18
"prettier" : " @squircle-js/prettier-config" ,
18
19
"dependencies" : {
Original file line number Diff line number Diff line change 31
31
},
32
32
"//#clean" : {
33
33
"cache" : false
34
+ },
35
+ "publish" : {
36
+ "dependsOn" : [" ^topo" , " ^build" ],
37
+ "outputs" : [" node_modules/.cache/tsbuildinfo.json" ]
34
38
}
35
39
},
36
40
"globalEnv" : [
You can’t perform that action at this time.
0 commit comments