File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727 "compile:ts" : " tsc" ,
2828 "compile:css" : " postcss --dir dist --base src \" src/**/*.module.css\" src/styles/index.css" ,
2929 "compile" : " node --run compile:ts && node --run compile:css" ,
30- "compile:watch" : " node --run compile:ts -- --watch & node --run compile:css -- --watch" ,
30+ "compile:watch" : " concurrently -k \" node --run compile:ts -- --watch\" \" node --run compile:css -- --watch\" " ,
3131 "release" : " node --run compile" ,
3232 "lint" : " node --run lint:js && node --run lint:css" ,
3333 "lint:css" : " stylelint \" **/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache" ,
6969 "@types/node" : " catalog:" ,
7070 "@types/react" : " catalog:" ,
7171 "cross-env" : " catalog:" ,
72+ "concurrently" : " ^8.2.2" ,
7273 "css-loader" : " ~7.1.2" ,
7374 "eslint-plugin-react" : " ~7.37.5" ,
7475 "eslint-plugin-react-hooks" : " ^7.0.1" ,
You can’t perform that action at this time.
0 commit comments