File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 node-version : ' 22'
6464
6565 - name : Install dependencies
66- run : npm install
66+ run : |
67+ npm --prefix dashboard/app ci
68+ npm --prefix showcase/app ci
6769
6870 - name : Typecheck
6971 run : npm run typecheck
Original file line number Diff line number Diff line change 2525 run : python -m pip install -e ".[test]"
2626
2727 - name : Install Node dependencies
28- run : npm install
28+ run : |
29+ npm --prefix dashboard/app ci
30+ npm --prefix showcase/app ci
2931
3032 - name : Canonical Check
3133 run : npm run check
Original file line number Diff line number Diff line change 6666 id : install
6767 run : |
6868 python -m pip install -e ".[test]"
69- npm install
69+ npm --prefix dashboard/app ci
70+ npm --prefix showcase/app ci
7071 - name : Run Canonical Check
7172 id : canonical_check
7273 run : npm run check
You can’t perform that action at this time.
0 commit comments