diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 854415f55..2fa8368a1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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