mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
9 lines
244 B
JSON
9 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"
|
||
|
}
|
||
|
}
|