mirror of
https://github.com/owncloud/ocis
synced 2026-05-09 08:33:09 +02:00
6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
# backend
|
|
-r '^(cmd|pkg)/.*\.go$' -R '^node_modules/' -s -- sh -c 'make bin/ocis-settings-debug && bin/ocis-settings-debug --log-level debug server --debug-pprof --debug-zpages --asset-path assets/'
|
|
|
|
# frontend
|
|
-r '^ui/.*\.(vue|js)$' -R '^node_modules/' -- sh -c 'yarn build && make generate'
|