Skip to content

Commit 54577cc

Browse files
committed
Update package.json
1 parent 53e3c23 commit 54577cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"warning": "^4.0.3"
2727
},
2828
"scripts": {
29-
"start": "cd frontend && npm start",
29+
"start": "cd frontend && npm dev",
3030
"server": "cd backend && mvn spring-boot:run",
31-
"test": "cd frontend && npm start",
31+
"test": "cd frontend && npm dev",
3232
"build": "cd frontend && npm run build",
33-
"frontend": "cd frontend && npm start",
33+
"frontend": "cd frontend && npm dev",
3434
"backend": "cd backend && mvn spring-boot:run",
3535
"dev": "concurrently \"npm run server\" \"npm run frontend\"",
3636
"install": "cd frontend && npm install && cd ../backend && mvn install -DskipTests",

0 commit comments

Comments
 (0)