Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Dec 11, 2024
1 parent cc5a2bf commit 7940db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"

- name: Install Node.js dependencies
run: |
npm install -g postcss postcss-cli autoprefixer
- name: Install PostCSS
run: npm install -g postcss postcss-cli autoprefixer

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"prettier": {
"proseWrap": "always",
"singleQuote": true
},
"dependencies": {
"postcss": "^8.4.49"
}
}

0 comments on commit 7940db5

Please sign in to comment.