Rename build to install so we can install gradido under packages with this command.

This commit is contained in:
elweyn 2023-02-15 16:15:47 +01:00
parent 4457f9e677
commit 8e85bf30d0

View File

@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"release": "scripts/release.sh",
"build": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../e2e-tests && yarn && cd ../federation && yarn && cd .."
"install": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../e2e-tests && yarn && cd ../federation && yarn && cd .."
},
"dependencies": {
"auto-changelog": "^2.4.0",