Commit 2d9dcd5
authored
Skip @fluidframework/eslint-config-fluid when installing dev deps in perf benchmarks pipeline (#25828)
## Description
Adds `@fluidframework/eslint-config-fluid` as another package to skip
installing when the Performance Benchmarks pipeline has to do its
installation of dev-deps. We recently made it part of the client release
group (temporarily) but did not allow it to be published, so the
pipeline can't find it when it runs.
While the change in this PR could be reverted once we move
`@fluidframework/eslint-config-fluid` back out from the client release
group, I think it's fine to keep it, since we indeed don't need that
package when running tests.1 parent b535f00 commit 2d9dcd5
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments