Skip to content

Commit

Permalink
chore: Update pnpm command in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Jun 2, 2024
1 parent 610fe5c commit c408987
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-standpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
cache: pnpm

- name: Install dependencies
working-directory: packages/party-data
run: pnpm install --frozen-lockfile
run: pnpm --filter="@partiguiden/scrapers" install --frozen-lockfile

- name: Run scrapers
working-directory: packages/party-data
# TODO: Enable all parties
run: pnpm scrape --party M
run: pnpm --filter="@partiguiden/scrapers" run scrape --party M

- name: Run action to potentially create PR
uses: ./actions/update-standpoints

0 comments on commit c408987

Please sign in to comment.