mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
bug fix
This commit is contained in:
parent
0485c73ba2
commit
411f775cbd
3
.github/workflows/lint-and-build.yaml
vendored
3
.github/workflows/lint-and-build.yaml
vendored
@ -66,6 +66,9 @@ jobs:
|
||||
- name: Create .env.production.local file for examples/convex
|
||||
run: cp examples/convex/.env.development examples/convex/.env.production.local
|
||||
|
||||
- name: Create .env.production.local file for apps/internal-tool
|
||||
run: cp apps/internal-tool/.env.development apps/internal-tool/.env.production.local
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user