hugo-theme-introduction/package.json
2021-12-19 09:39:34 -06:00

8 lines
244 B
JSON

{
"scripts": {
"build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/"
},
"dependencies": {
"postcss-cli": "^9.1.0"
}
}