File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
"test-watch" : " jest --verbose --watch" ,
13
13
"test-coverage" : " jest --coverage --verbose" ,
14
14
"storybook" : " start-storybook -p 6100 --quiet" ,
15
- "storybook-build" : " build- storybook -o build-storybook-static" ,
15
+ "storybook-build" : " storybook build -o build-storybook-static" ,
16
16
"update-dependencies" : " npx npm-check-updates -u"
17
17
},
18
18
"dependencies" : {
Original file line number Diff line number Diff line change 18
18
"test-watch" : " jest --verbose --watch" ,
19
19
"test-coverage" : " jest --coverage --verbose" ,
20
20
"storybook" : " start-storybook -p 6200 --quiet" ,
21
- "storybook-build" : " build- storybook -o build-storybook-static" ,
21
+ "storybook-build" : " storybook build -o build-storybook-static" ,
22
22
"update-dependencies" : " npx npm-check-updates -u"
23
23
},
24
24
"dependencies" : {
You can’t perform that action at this time.
0 commit comments