Skip to content

Commit 90edb60

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore(core): generate json should come after build step
1 parent ce4fee4 commit 90edb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/angular-three/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"executor": "nx:run-commands",
2727
"options": {
2828
"commands": [
29-
"node ./tools/scripts/generate-json.mjs",
3029
"pnpm exec nx build angular-three",
30+
"node ./tools/scripts/generate-json.mjs",
3131
"pnpm exec nx build angular-three-plugin"
3232
],
3333
"parallel": false

0 commit comments

Comments
 (0)