Skip to content

Commit ba06db3

Browse files
authored
[CI] Include future posts in preview (open-telemetry#6141)
1 parent 47ec892 commit ba06db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"scripts": {
77
"__check:links": "make --keep-going check-links",
8-
"_build": "npm run _hugo -- -e dev --buildDrafts --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
8+
"_build": "npm run _hugo -- -e dev --buildDrafts --buildFuture --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
99
"__check:format": "npx prettier${PRETTIER_AT_VERS}",
1010
"_check:format:any": "npm run __check:format -- --check --ignore-path ''",
1111
"_check:format:ja+zh": "npm run _check:format:nowrap -- content/ja content/zh",

0 commit comments

Comments
 (0)