Skip to content

Commit 9b39d3b

Browse files
committed
fix naming of install script
1 parent 83ff30f commit 9b39d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "npm-run-all -p start-frontend start-backend",
1010
"install-frontend": "cd ./frontend && npm install",
1111
"install-backend": "cd ./backend && npm install",
12-
"install-dependencies": "npm-run-all -p install-frontend install-backend"
12+
"install": "npm-run-all -p install-frontend install-backend"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)