Skip to content

Commit 2cee5c3

Browse files
authored
Update build-docs
1 parent a4120b2 commit 2cee5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/build-docs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
set -e
33

44
if [ -n "$1" ]; then
5-
# export DEPLOY_ENV="preview"
6-
export DEPLOY_ENV="production"
5+
export DEPLOY_ENV="preview"
76
npm run build:preview -w docs
87
npm run build:storybook preview
98
else

0 commit comments

Comments
 (0)