diff options
| author | Sky Leite <sky@leite.dev> | 2023-02-02 18:58:10 -0300 |
|---|---|---|
| committer | Sky Leite <sky@leite.dev> | 2023-02-02 18:59:23 -0300 |
| commit | 7675775527ed7778111b63af94d993e96a81acfb (patch) | |
| tree | 4982e918e4e11aa9b1f129c7d3a0493fa726c58e /.github | |
| parent | 1320b13507e9aca842de0687cec0c36a89047c72 (diff) | |
| download | decky-loader-7675775527ed7778111b63af94d993e96a81acfb.tar.gz decky-loader-7675775527ed7778111b63af94d993e96a81acfb.zip | |
Install prettier plugins before linting
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5637213c..ad8898b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: steps: - uses: actions/checkout@v2 # Check out the repository first. + - run: npm install --only=dev --prefix ./frontend - name: Run prettier (JavaScript & TypeScript) uses: creyD/prettier_action@v4.2 with: |
