We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ff30f commit 9b39d3bCopy full SHA for 9b39d3b
package.json
@@ -9,7 +9,7 @@
9
"start": "npm-run-all -p start-frontend start-backend",
10
"install-frontend": "cd ./frontend && npm install",
11
"install-backend": "cd ./backend && npm install",
12
- "install-dependencies": "npm-run-all -p install-frontend install-backend"
+ "install": "npm-run-all -p install-frontend install-backend"
13
},
14
"repository": {
15
"type": "git",
0 commit comments