fix nextcloud with local server code
This commit is contained in:
parent
68f86e0586
commit
b8eb294e92
2 changed files with 19 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue