hugo-theme-introduction/package.json

9 lines
244 B
JSON
Raw Normal View History

2021-12-19 14:59:36 +00:00
{
"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"
}
}