Skip to content

Commit e8cc73c

Browse files
committed
Fixed pnpm
1 parent 12c71f9 commit e8cc73c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/frontend-overpass.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "main"
77
- "staging"
8+
- "fixed_pnpm"
89

910
jobs:
1011
build:
@@ -20,7 +21,7 @@ jobs:
2021
access_token: ${{ github.token }}
2122

2223
- name: Set environment variables - Staging
23-
if: github.ref == 'refs/heads/staging'
24+
if: github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/fixed_pnpm'
2425
uses: allenevans/[email protected]
2526
with:
2627
OVERPASS_API: overpass-api.openhistoricalmap.org
@@ -55,11 +56,11 @@ jobs:
5556
working-directory: overpass-turbo
5657

5758
- name: Install dependencies
58-
run: yarn install
59+
run: pnpm install
5960
working-directory: overpass-turbo
6061

6162
- name: Build project
62-
run: yarn build
63+
run: pnpm build
6364
working-directory: overpass-turbo
6465

6566
- name: Setup Python

0 commit comments

Comments
 (0)