Skip to content

Commit

Permalink
Fix update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Oct 30, 2023
1 parent 5196bd5 commit 4457c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
path: pokemon-showdown
- name: Build damage-calc
run: |-
cd damage-calc/import
cd import
npm install
npm run compile
cd ../..
cd ..
- name: Build PS
run: |-
cd pokemon-showdown
Expand Down

0 comments on commit 4457c51

Please sign in to comment.