diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841f6aa..4144fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npm ci + npm run lint npm run dist - uses: actions/upload-artifact@v3 with: @@ -55,7 +56,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npm ci - npm run lint npm run dist - uses: actions/upload-artifact@v3 with: |