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 2323 "prepare" : " husky install" ,
2424 "preview.cloudflare" : " nx preview-cloudflare website" ,
2525 "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/*" ,
2727 "release.setroot" : " mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp pnpm-workspace-for-release.yaml pnpm-workspace.yaml" ,
2828 "release" : " pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot" ,
2929 "release.publish" : " changeset publish" ,
Original file line number Diff line number Diff line change 7575 }
7676 },
7777 "tags" : [],
78- "implicitDependencies" : [" styled" ]
78+ "implicitDependencies" : [" styled" , " utils " ]
7979}
You can’t perform that action at this time.
0 commit comments