fix nextcloud with local server code

This commit is contained in:
Jonas Heinrich 2023-01-02 11:56:11 +01:00
parent 68f86e0586
commit b8eb294e92
2 changed files with 19 additions and 4 deletions

View file

@ -1,9 +1,12 @@
all:
git submodule update --init
# Build server
cd server && git submodule update --init
cd server && make dev-setup
cd server && make build-js
cd server && npm run sass
cd calendar && make dev-setup
cd calendar && make build-js
clean:
rm nixos.qcow2