We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c71f9 commit e8cc73cCopy full SHA for e8cc73c
.github/workflows/frontend-overpass.yaml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- "main"
7
- "staging"
8
+ - "fixed_pnpm"
9
10
jobs:
11
build:
@@ -20,7 +21,7 @@ jobs:
20
21
access_token: ${{ github.token }}
22
23
- name: Set environment variables - Staging
- if: github.ref == 'refs/heads/staging'
24
+ if: github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/fixed_pnpm'
25
uses: allenevans/[email protected]
26
with:
27
OVERPASS_API: overpass-api.openhistoricalmap.org
@@ -55,11 +56,11 @@ jobs:
55
56
working-directory: overpass-turbo
57
58
- name: Install dependencies
- run: yarn install
59
+ run: pnpm install
60
61
62
- name: Build project
- run: yarn build
63
+ run: pnpm build
64
65
66
- name: Setup Python
0 commit comments