File tree Expand file tree Collapse file tree 2 files changed +2361
-36
lines changed
Expand file tree Collapse file tree 2 files changed +2361
-36
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : lts/*
2020 - name : Install dependencies
21- run : npm install --legacy-peer-deps # TODO remove --legacy-peer-deps after https://github.com/patternfly/patternfly-react-seed/issues/134 is fixed
21+ run : npm install
2222 - name : Run eslint
2323 run : npm run lint
2424 test :
3232 with :
3333 node-version : lts/*
3434 - name : Install dependencies
35- run : npm install --legacy-peer-deps # TODO remove --legacy-peer-deps after https://github.com/patternfly/patternfly-react-seed/issues/134 is fixed
35+ run : npm install
3636 - name : Run tests
3737 run : npm run test
3838 build :
4646 with :
4747 node-version : lts/*
4848 - name : Install dependencies
49- run : npm install --legacy-peer-deps # TODO remove --legacy-peer-deps after https://github.com/patternfly/patternfly-react-seed/issues/134 is fixed
49+ run : npm install
5050 - name : Attempt a build
5151 run : npm run build
You can’t perform that action at this time.
0 commit comments