diff --git a/Makefile b/Makefile index 5707ffe..1b053ca 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,11 @@ -build: +build: dep npm run build -watch: +watch: dep npm run watch dep: npm i - ls -l node_modules/@nextcloud/vue - ls -l node_modules/@nextcloud/vue/ .ONESHELL: release: build translations