Skip to content

Commit 1bf5884

Browse files
committed
fix(core): update package target to build plugin last
1 parent b13ef25 commit 1bf5884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/core/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"options": {
3535
"commands": [
3636
"pnpm exec nx build core",
37-
"pnpm exec nx build plugin",
3837
"pnpm exec nx build-ecosystem core",
39-
"pnpm exec nx generate-json core"
38+
"pnpm exec nx generate-json core",
39+
"pnpm exec nx build plugin"
4040
],
4141
"parallel": false
4242
}

0 commit comments

Comments
 (0)