mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
052a699484
- Update packages, npm and node in workflows - Update tested versions - Update license years and README - Build with latest Hugo
11 lines
380 B
JSON
11 lines
380 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/",
|
|
"dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.6",
|
|
"postcss-cli": "^9.1.0"
|
|
}
|
|
}
|