File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3131 "lint-fix" : " eslint --max-warnings 0 --fix ." ,
3232 "test" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test" ,
3333 "test-firefox" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test-firefox" ,
34- "test-chrome" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome" ,
34+ "test-chrome" : " playwright install && yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome" ,
3535 "coverage" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run coverage" ,
3636 "build" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run build" ,
3737 "docs" : " yarn workspaces foreach --all --topological-dev --parallel --verbose run docs" ,
You can’t perform that action at this time.
0 commit comments