Skip to content

Commit cc59044

Browse files
authored
fix: missing picker plugin in build all command (#100)
1 parent b12f9f3 commit cc59044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
"nx run auto-fit-text:build.all",
222222
"nx run animated-circle:build.all",
223223
"nx run localize:build.all",
224-
"nx run detox:build.all"
224+
"nx run detox:build.all",
225+
"nx run picker:build.all"
225226
],
226227
"parallel": false
227228
}

0 commit comments

Comments
 (0)