Skip to content

Commit

Permalink
fix:HS-175: Build pre-running concurrently in playground (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: arun.mishra <[email protected]>
  • Loading branch information
arun-mi and arun.mishra authored Nov 30, 2023
1 parent 9e9c7cb commit f4e87bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Hyperswitch-React-Demo-App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "concurrently \"npm run start-client\" \"npm run start-server\"",
"start-client": " webpack --config webpack.dev.js && webpack serve --config webpack.dev.js",
"start": " webpack --config webpack.dev.js && concurrently \"npm run start-client\" \"npm run start-server\"",
"start-client": "webpack serve --config webpack.dev.js",
"start-server": "node dist/server.js",
"build": "webpack --config webpack.common.js",
"test": "react-scripts test",
Expand Down Expand Up @@ -64,4 +64,4 @@
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "^3.11.3"
}
}
}

0 comments on commit f4e87bd

Please sign in to comment.