Update configuration files
This commit is contained in:
parent
c3cf2f249a
commit
13b6653536
7 changed files with 58 additions and 36 deletions
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||
|
||||
export PATH="$PATH:./node_modules/.bin"
|
||||
|
||||
NODE_ENV="${NODE_ENV:-development}"
|
||||
: "${NODE_ENV:=development}"
|
||||
|
||||
storybook dev \
|
||||
--exact-port \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue