diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd473bf..b2a65b9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,6 @@ jobs: node-version: '14' - run: | - cd src - npm ci - npm run lint + cd src + npm ci + npm run lint