Add and use build-configs.yaml
This commit is contained in:
parent
44ae28287f
commit
c3cf2f249a
8 changed files with 83 additions and 27 deletions
11
storybook/build
Executable file
11
storybook/build
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
export PATH="$PATH:./node_modules/.bin"
|
||||
|
||||
: "${NODE_ENV:=production}"
|
||||
|
||||
export STORYBOOK_DISABLE_TELEMETRY=1
|
||||
|
||||
storybook build "$@"
|
Loading…
Add table
Add a link
Reference in a new issue