diff --git a/Makefile b/Makefile index 11b4c7f..4704396 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,10 @@ build: watch: npm run watch +.ONESHELL: dep: - npm install - npm link @nextcloud/vue || sudo npm link @nextcloud/vue + npm ci + npm i .ONESHELL: release: build translations