Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi Williams committed May 31, 2024
1 parent 889456a commit 83bee52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"proxy": "http://localhost:4000",
"scripts": {
"start": "node server/server.js",
"start-client": "react-scripts start",
"start-server": "nodemon server/server.js",
"start-dev": "concurrently \"npm run start-server\" \"npm run start-client\"",
"start-client": "react-scripts start --ignore-warnings",
"start-server": "nodemon server/server.js --ignore-warnings",
"start-dev": "concurrently \"npm run start-server\" \"npm run start-client --ignore-warnings\"",
"build": "react-scripts build --ignore-warnings",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 83bee52

Please sign in to comment.