Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 3, 2024
1 parent 47774a0 commit c522644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"build": "concurrently \"cd packages/express-backend && npm run build\" \"cd packages/react-frontend && npm run build\"",
"build": "cd packages/react-frontend && npm run build",
"start": "concurrently \"cd packages/express-backend && npm start\" \"cd packages/react-frontend && npm start\"",
"dev": "concurrently \"cd packages/express-backend && npm run dev\" \"cd packages/react-frontend && npm run dev\"",
"prettier": "npx prettier . --write",
Expand Down

0 comments on commit c522644

Please sign in to comment.