update makefile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-10-16 22:54:28 +02:00
parent f67a489130
commit d177bdbaeb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,9 +4,10 @@ build:
watch: watch:
npm run watch npm run watch
.ONESHELL:
dep: dep:
npm install npm ci
npm link @nextcloud/vue || sudo npm link @nextcloud/vue npm i
.ONESHELL: .ONESHELL:
release: build translations release: build translations