From d177bdbaeba59ee5f9004154a32f7452ae44dc0f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Oct 2022 22:54:28 +0200 Subject: [PATCH] update makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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