hugo-theme-introduction/package.json
Victoria Drake 052a699484 Misc TLC
- Update packages, npm and node in workflows
- Update tested versions
- Update license years and README
- Build with latest Hugo
2022-02-11 07:21:12 -06:00

12 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"
}
}