Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
EPortman committed Jul 17, 2024
1 parent 8fe137b commit e4e5177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/cloudbuild-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ steps:
pnpm install
#!/usr/bin/env bash
cp .env.example .env
pnpm --openssl-legacy-provider run build
export NODE_OPTIONS=--openssl-legacy-provider
pnpm run build
Expand Down

0 comments on commit e4e5177

Please sign in to comment.