This commit is contained in:
Florian Forster
2025-08-03 21:59:31 -07:00
parent 65a17cd5e3
commit 0a51d8ab4c
4 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
go_bin := "$$(go env GOPATH)/bin" go_bin := $(shell go env GOPATH)/bin
gen_authopt_path := "$(go_bin)/protoc-gen-authoption" gen_authopt_path := $(go_bin)/protoc-gen-authoption
gen_zitadel_path := "$(go_bin)/protoc-gen-zitadel" gen_zitadel_path := $(go_bin)/protoc-gen-zitadel
now := $(shell date '+%Y-%m-%dT%T%z' | sed -E 's/.([0-9]{2})([0-9]{2})$$/-\1:\2/') now := $(shell date '+%Y-%m-%dT%T%z' | sed -E 's/.([0-9]{2})([0-9]{2})$$/-\1:\2/')
VERSION ?= development-$(now) VERSION ?= development-$(now)
@@ -82,7 +82,7 @@ core_grpc_dependencies:
.PHONY: core_api .PHONY: core_api
core_api: core_api_generator core_grpc_dependencies core_api: core_api_generator core_grpc_dependencies
buf generate npx buf generate
mkdir -p pkg/grpc mkdir -p pkg/grpc
cp -r .artifacts/grpc/github.com/zitadel/zitadel/pkg/grpc/** pkg/grpc/ cp -r .artifacts/grpc/github.com/zitadel/zitadel/pkg/grpc/** pkg/grpc/
mkdir -p openapi/v2/zitadel mkdir -p openapi/v2/zitadel

View File

@@ -3,4 +3,4 @@ package resources
// TODO whitelabeling go:generate sass themes/scss/zitadel-alternative.scss themes/zitadel/css/zitadel.css // TODO whitelabeling go:generate sass themes/scss/zitadel-alternative.scss themes/zitadel/css/zitadel.css
// scss // scss
//go:generate sass themes/scss/zitadel.scss themes/zitadel/css/zitadel.css //go:generate npx sass themes/scss/zitadel.scss themes/zitadel/css/zitadel.css

View File

@@ -17,6 +17,7 @@
"@changesets/cli": "^2.29.5", "@changesets/cli": "^2.29.5",
"@devcontainers/cli": "^0.80.0", "@devcontainers/cli": "^0.80.0",
"nx":"21.3.10", "nx":"21.3.10",
"@bufbuild/buf": "^1.55.1" "@bufbuild/buf": "^1.55.1",
"sass": "1.64.1"
} }
} }

3
pnpm-lock.yaml generated
View File

@@ -25,6 +25,9 @@ importers:
nx: nx:
specifier: 21.3.10 specifier: 21.3.10
version: 21.3.10(@swc/core@1.13.3) version: 21.3.10(@swc/core@1.13.3)
sass:
specifier: 1.64.1
version: 1.64.1
apps/console: apps/console:
dependencies: dependencies: