We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e3c23 commit 54577ccCopy full SHA for 54577cc
1 file changed
package.json
@@ -26,11 +26,11 @@
26
"warning": "^4.0.3"
27
},
28
"scripts": {
29
- "start": "cd frontend && npm start",
+ "start": "cd frontend && npm dev",
30
"server": "cd backend && mvn spring-boot:run",
31
- "test": "cd frontend && npm start",
+ "test": "cd frontend && npm dev",
32
"build": "cd frontend && npm run build",
33
- "frontend": "cd frontend && npm start",
+ "frontend": "cd frontend && npm dev",
34
"backend": "cd backend && mvn spring-boot:run",
35
"dev": "concurrently \"npm run server\" \"npm run frontend\"",
36
"install": "cd frontend && npm install && cd ../backend && mvn install -DskipTests",
0 commit comments