This commit is contained in:
parent
f67a489130
commit
d177bdbaeb
1 changed files with 3 additions and 2 deletions
5
Makefile
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue