We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e7094 commit 72ec243Copy full SHA for 72ec243
2 files changed
netlify.toml
@@ -2,10 +2,11 @@
2
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
3
4
[build]
5
-command = "npm build:preview"
+command = "npm run build:preview"
6
+publish = "public"
7
8
[build.environment]
9
GO_VERSION = "1.20.4"
10
11
[context.production]
-command = "npm build:production"
12
+command = "npm run build:production"
package.json
@@ -24,7 +24,6 @@
24
"precheck:links": "npm run build",
25
"postbuild:preview": "npm run _check:links",
26
"postbuild:production": "npm run _check:links",
27
- "prepare": "cd .. && npm install",
28
"serve": "npm run _serve",
29
"test": "npm run check:links",
30
"update:pkg:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest",
0 commit comments