diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 794503ddc0..148cfcc4b7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -49,7 +49,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Prettier - run: npm run prettier + run: npm run style demos: name: Run Demos runs-on: ubuntu-latest