File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 23
23
"@types/react" : " 17.0.40" ,
24
24
"@types/react-dom" : " 17.0.13" ,
25
25
"@cypress/instrument-cra" : " 1.4.0" ,
26
+ "concurrently" : " ^7.6.0" ,
26
27
"cypress" : " 9.5.2" ,
27
28
"cypress-react-selector" : " 2.3.16" ,
28
29
"danger" : " 10.9.0" ,
41
42
"lint:fix" : " eslint ./ --ext .js,.ts,.tsx --fix" ,
42
43
"stylelint" : " stylelint '**/*.scss'" ,
43
44
"stylelint:fix" : " stylelint '**/*.scss' --fix" ,
44
- "codebase:lint" : " npm run lint && npm run stylelint" ,
45
- "codebase:fix" : " npm run lint:fix && npm run stylelint:fix" ,
45
+ "codebase:lint" : " concurrently npm: lint npm: stylelint" ,
46
+ "codebase:fix" : " concurrently npm: lint:fix npm: stylelint:fix" ,
46
47
"cypress" : " start-server-and-test start 3000 cypress:run" ,
47
48
"cypress:run" : " cypress run" ,
48
49
"cypress:open" : " cypress open"
Original file line number Diff line number Diff line change 42
42
"lint:fix" : " eslint ./src ./cypress --ext .ts,.tsx --fix" ,
43
43
"stylelint" : " stylelint '**/*.scss'" ,
44
44
"stylelint:fix" : " stylelint '**/*.scss' --fix" ,
45
- "codebase:lint" : " npm run lint && npm run stylelint" ,
46
- "codebase:fix" : " npm run lint:fix && npm run stylelint:fix" ,
45
+ "codebase:lint" : " concurrently npm: lint npm: stylelint" ,
46
+ "codebase:fix" : " concurrently npm: lint:fix npm: stylelint:fix" ,
47
47
"cypress" : " start-server-and-test start 3000 cypress:run" ,
48
48
"cypress:run" : " cypress run" ,
49
49
"cypress:open" : " cypress open"
105
105
"@testing-library/react" : " ^13.3.0" ,
106
106
"@testing-library/user-event" : " ^14.3.0" ,
107
107
"@vitejs/plugin-react" : " ^2.0.0" ,
108
+ "concurrently" : " ^7.6.0" ,
108
109
"danger" : " ^10.9.0" ,
109
110
"danger-plugin-code-coverage" : " ^1.1.9" ,
110
111
"danger-plugin-istanbul-coverage" : " ^1.6.2" ,
You can’t perform that action at this time.
0 commit comments