File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : ./.github/actions/setup-go
2323
24+ - name : Install Go tooling
25+ run : go work init . ./tools
26+
2427 - name : Format
2528 run : make fmt
2629
Original file line number Diff line number Diff line change 2020.wrangler
2121.vitest
2222.react-email
23+ .kiro
2324
2425.secrets.json
2526certs /
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install: ## Install all dependencies
2525 @[ -f go.work ] || go work init . ./tools
2626
2727 go mod download
28- pnpm --dir=web install
28+ pnpm --dir=web install --frozen-lockfile
2929
3030
3131
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY . .
1111WORKDIR /unkey/web
1212
1313
14- RUN pnpm install
14+ RUN pnpm install --frozen-lockfile
1515
1616RUN pnpm turbo build --filter=api...
1717
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33
4- pnpm install
4+ pnpm install --frozen-lockfile
55
66docker compose -f ../../../deployment/docker-compose.yaml up -d planetscale agent clickhouse apiv2
77
You can’t perform that action at this time.
0 commit comments