mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
lint deps, rm tsconfig dep from makefile
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -53,12 +53,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.node_version }}
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
- run: corepack enable pnpm && pnpm install --filter=console
|
||||
- run: pnpm install --filter=console
|
||||
- name: lint
|
||||
run: make console_lint
|
||||
|
||||
|
3
Makefile
3
Makefile
@@ -165,8 +165,7 @@ core_integration_test: core_integration_server_start core_integration_test_packa
|
||||
|
||||
.PHONY: console_lint
|
||||
console_lint:
|
||||
cd console && \
|
||||
pnpm lint
|
||||
pnpm turbo lint --filter=./console
|
||||
|
||||
.PHONY: core_lint
|
||||
core_lint:
|
||||
|
@@ -1,5 +1,4 @@
|
||||
FROM typescript-proto-client AS login-client
|
||||
COPY packages/zitadel-tsconfig packages/zitadel-tsconfig
|
||||
COPY packages/zitadel-client/package.json ./packages/zitadel-client/
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
||||
pnpm install --frozen-lockfile --workspace-root --filter ./packages/zitadel-client
|
||||
|
Reference in New Issue
Block a user