mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:07:46 +00:00
test
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,6 +1,6 @@
|
||||
go_bin := "$$(go env GOPATH)/bin"
|
||||
gen_authopt_path := "$(go_bin)/protoc-gen-authoption"
|
||||
gen_zitadel_path := "$(go_bin)/protoc-gen-zitadel"
|
||||
go_bin := $(shell go env GOPATH)/bin
|
||||
gen_authopt_path := $(go_bin)/protoc-gen-authoption
|
||||
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/')
|
||||
VERSION ?= development-$(now)
|
||||
@@ -82,7 +82,7 @@ core_grpc_dependencies:
|
||||
|
||||
.PHONY: core_api
|
||||
core_api: core_api_generator core_grpc_dependencies
|
||||
buf generate
|
||||
npx buf generate
|
||||
mkdir -p pkg/grpc
|
||||
cp -r .artifacts/grpc/github.com/zitadel/zitadel/pkg/grpc/** pkg/grpc/
|
||||
mkdir -p openapi/v2/zitadel
|
||||
|
@@ -3,4 +3,4 @@ package resources
|
||||
// TODO whitelabeling go:generate sass themes/scss/zitadel-alternative.scss themes/zitadel/css/zitadel.css
|
||||
// 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
|
||||
|
@@ -17,6 +17,7 @@
|
||||
"@changesets/cli": "^2.29.5",
|
||||
"@devcontainers/cli": "^0.80.0",
|
||||
"nx":"21.3.10",
|
||||
"@bufbuild/buf": "^1.55.1"
|
||||
"@bufbuild/buf": "^1.55.1",
|
||||
"sass": "1.64.1"
|
||||
}
|
||||
}
|
||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -25,6 +25,9 @@ importers:
|
||||
nx:
|
||||
specifier: 21.3.10
|
||||
version: 21.3.10(@swc/core@1.13.3)
|
||||
sass:
|
||||
specifier: 1.64.1
|
||||
version: 1.64.1
|
||||
|
||||
apps/console:
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user