Skip to content

Commit

Permalink
build: 📦️ fix inputs for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfSoko committed Nov 19, 2024
1 parent c7e0366 commit 3d42638
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,8 @@
"inputs": ["production", "^production"]
},
"e2e-ci--**/*": {
"dependsOn": [
"angular-examples:build",
"bacteria-game-remote:build",
"fourier-analysis-remote:build",
"rollapolla-analog:build"
]
"dependsOn": ["build"],
"inputs": ["default", "^production"]
}
},
"cli": {
Expand Down

0 comments on commit 3d42638

Please sign in to comment.