We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4120b2 commit 2cee5c3Copy full SHA for 2cee5c3
script/build-docs
@@ -2,8 +2,7 @@
2
set -e
3
4
if [ -n "$1" ]; then
5
- # export DEPLOY_ENV="preview"
6
- export DEPLOY_ENV="production"
+ export DEPLOY_ENV="preview"
7
npm run build:preview -w docs
8
npm run build:storybook preview
9
else
0 commit comments