Skip to content

Commit e357c90

Browse files
authored
build: build:bundle does not depend on build:types (#6824)
1 parent 018f1a1 commit e357c90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nx.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
"build:bundle": {
2929
"dependsOn": [
3030
"^build:transpile",
31-
"build:transpile",
32-
"^build:types",
33-
"build:types"
31+
"build:transpile"
3432
],
3533
"outputs": [
3634
"{projectRoot}/build/bundles"

0 commit comments

Comments
 (0)