mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-13 18:45:27 -04:00
chore: cleanup unnecessary changes
This commit is contained in:
committed by
Benedikt Kulmann
parent
f1208cfa32
commit
0013836384
@@ -3,3 +3,5 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
|
||||
go 1.23.4
|
||||
|
||||
require github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a // go-xgettext
|
||||
|
||||
require github.com/jessevdk/go-flags v1.6.1 // indirect
|
||||
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -66,9 +66,3 @@ go.work.sum
|
||||
|
||||
# example deployments
|
||||
**/opencloud-sandbox-*
|
||||
|
||||
# web apps
|
||||
!./services/web/assets/
|
||||
!./services/web/assets/apps/
|
||||
!./services/web/assets/apps/collaboration-settings
|
||||
!./services/web/assets/apps/collaboration-settings/**
|
||||
|
||||
@@ -13,10 +13,11 @@ include ../../.make/release.mk
|
||||
include ../../.make/docs.mk
|
||||
|
||||
.PHONY: node-generate-dev
|
||||
node-generate-dev: pull-assets build-apps
|
||||
node-generate-dev: pull-assets
|
||||
|
||||
.PHONY: node-generate-prod
|
||||
node-generate-prod: download-assets build-apps
|
||||
node-generate-prod: download-assets
|
||||
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
@@ -42,13 +43,6 @@ download-assets:
|
||||
git clean -xfd assets
|
||||
curl --fail -slL -o- https://github.com/opencloud-eu/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/core/
|
||||
|
||||
.PHONY: build-apps
|
||||
build-apps:
|
||||
@for dir in ./assets/apps/*; do \
|
||||
echo "📦 Installing in $$dir"; \
|
||||
(cd "$$dir" && pnpm install && pnpm build) || exit 1; \
|
||||
done
|
||||
|
||||
.PHONY: ci-node-save-licenses
|
||||
ci-node-save-licenses:
|
||||
@mkdir -p ../../third-party-licenses/node/web
|
||||
|
||||
Reference in New Issue
Block a user