We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ec892 commit ba06db3Copy full SHA for ba06db3
package.json
@@ -5,7 +5,7 @@
5
],
6
"scripts": {
7
"__check:links": "make --keep-going check-links",
8
- "_build": "npm run _hugo -- -e dev --buildDrafts --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
+ "_build": "npm run _hugo -- -e dev --buildDrafts --buildFuture --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
9
"__check:format": "npx prettier${PRETTIER_AT_VERS}",
10
"_check:format:any": "npm run __check:format -- --check --ignore-path ''",
11
"_check:format:ja+zh": "npm run _check:format:nowrap -- content/ja content/zh",
0 commit comments