File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
"prepare" : " husky install" ,
24
24
"preview.cloudflare" : " nx preview-cloudflare website" ,
25
25
"preview" : " nx preview website" ,
26
- "release.prepare" : " nx run-many --target=build --parallel - p packages/*" ,
26
+ "release.prepare" : " nx run-many --target=build -p packages/*" ,
27
27
"release.setroot" : " mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp pnpm-workspace-for-release.yaml pnpm-workspace.yaml" ,
28
28
"release" : " pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot" ,
29
29
"release.publish" : " changeset publish" ,
Original file line number Diff line number Diff line change 75
75
}
76
76
},
77
77
"tags" : [],
78
- "implicitDependencies" : [" styled" ]
78
+ "implicitDependencies" : [" styled" , " utils " ]
79
79
}
You can’t perform that action at this time.
0 commit comments