Skip to content

Commit

Permalink
Update GitHub Actions workflow to install PostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon committed May 17, 2024
1 parent 56443b0 commit ebfb2a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "hugo-site",
"version": "1.0.0",
"scripts": {
"build": "hugo --minify"
},
"devDependencies": {
"postcss-cli": "^8.3.1"
}
}

0 comments on commit ebfb2a2

Please sign in to comment.