Skip to content

Commit f1f029b

Browse files
committed
Automatically build all components when running "npx lerna run start"
1 parent 839d5e3 commit f1f029b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nx.json

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
"outputs": [
1919
"{projectRoot}/dist"
2020
]
21+
},
22+
"start": {
23+
"dependsOn": [
24+
"^build"
25+
]
2126
}
2227
}
2328
}

0 commit comments

Comments
 (0)