We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e02bd3a + 937dc96 commit f9215faCopy full SHA for f9215fa
1 file changed
netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
base = "site"
3
publish = "public"
4
- command = "hugo --gc --minify -b $URL"
+ command = "npm init --yes && npm install --save-dev autoprefixer postcss-cli && hugo --gc --minify -b $URL"
5
6
[build.environment]
7
GO_VERSION = "1.23.4"
0 commit comments