Build container has no yarn

This commit is contained in:
Benedikt Kulmann
2020-07-01 11:44:21 +02:00
parent fb3b6dcd5f
commit 2e102066db
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
-r '^(cmd|pkg)/.*\.go$' -R '^node_modules/' -s -- sh -c 'make bin/ocis-accounts && bin/ocis-accounts server --asset-path assets/'
# frontend
-r '^ui/.*\.(vue|js)$' -R '^node_modules/' -- sh -c 'make generate'
-r '^ui/.*\.(vue|js)$' -R '^node_modules/' -- sh -c 'yarn build && make generate'