diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a50a718..54cd713 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: with: path: ./public - name: Install npm dependencies - run: npm install + run: npm i -D postcss postcss-cli autoprefixer # Deployment job deploy: