File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 "server" : " nodemon app.js" ,
77 "sync" : " browser-sync start --config sync.js" ,
88 "tailwind" : " npx tailwindcss -i public/css/style.css -o public/css/tailwind.css --watch" ,
9- "dev" : " concurrently --kill-others \" npm run server\" \" npm run sync\" \" npm run tailwind\" "
9+ "dev" : " run-p -c -r server sync tailwind"
1010 },
1111 "dependencies" : {
1212 "ejs" : " ^3.1.10" ,
1515 },
1616 "devDependencies" : {
1717 "nodemon" : " ^3.1.7" ,
18- "concurrently " : " ^9 .0.1 " ,
18+ "npm-run-all2 " : " ^7 .0.0 " ,
1919 "browser-sync" : " ^3.0.3" ,
2020 "tailwindcss" : " ^3.4.13"
2121 }
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "server" : " nodemon app.js" ,
77 "sync" : " browser-sync start --config sync.js" ,
8- "dev" : " concurrently --kill-others \" npm run server\" \" npm run sync\" "
8+ "dev" : " run-p -c -r server sync"
99 },
1010 "dependencies" : {
1111 "ejs" : " ^3.1.10" ,
1414 },
1515 "devDependencies" : {
1616 "nodemon" : " ^3.1.7" ,
17- "concurrently " : " ^9 .0.1 " ,
17+ "npm-run-all2 " : " ^7 .0.0 " ,
1818 "browser-sync" : " ^3.0.3"
1919 }
2020}
You can’t perform that action at this time.
0 commit comments