Skip to content

Commit

Permalink
feat: add concurrently to run 2+ npm scripts at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Dec 17, 2023
1 parent a60654e commit f5e913d
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 23 deletions.
221 changes: 199 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "webpack serve --env port=3000",
"start:dev": "concurrently \"npm start\" \"npm run start:dev:server\"",
"start:dev:server": "node ./json-server/index.js",
"build:prod": "webpack --env mode=production",
"build:dev": "webpack --env mode=development",
Expand Down Expand Up @@ -95,7 +96,8 @@
"react-dom": "^17.0.2",
"react-i18next": "^11.15.5",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1"
"react-router-dom": "^6.2.1",
"concurrently": "^7.0.0"
},
"loki": {
"configurations": {
Expand Down

0 comments on commit f5e913d

Please sign in to comment.