Add yarn build on gradido folder, goes into database, admin, frontend, backend, e2e-tests and federation.

This commit is contained in:
elweyn 2023-02-14 12:09:29 +01:00
parent 29f26502a6
commit d38539df7c

View File

@ -7,7 +7,8 @@
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>", "author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"release": "scripts/release.sh" "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 .."
}, },
"dependencies": { "dependencies": {
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",