File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,16 @@ script:
14
14
- yarn build:storybook
15
15
16
16
deploy :
17
- provider : pages
18
- local_dir : storybook-static
19
- skip_cleanup : true
20
- github_token : $GITHUB_TOKEN
21
- keep_history : true
22
- on :
23
- branch : master
17
+ - provider : pages
18
+ local_dir : storybook-static
19
+ skip_cleanup : true
20
+ github_token : $GITHUB_TOKEN
21
+ keep_history : true
22
+ on :
23
+ branch : master
24
+ - provider : npm
25
+ email : $NPM_EMAIL
26
+ api_key : $NPM_TOKEN
27
+ edge : true
28
+ on :
29
+ tags : true
Original file line number Diff line number Diff line change 42
42
"dev:rollup" : " rollup -c --w" ,
43
43
"dev:storybook" : " start-storybook -p 6006" ,
44
44
"build:rollup" : " rollup -c" ,
45
- "build:storybook" : " build-storybook"
45
+ "build:storybook" : " build-storybook --quiet "
46
46
},
47
47
"files" : [
48
48
" dist"
You can’t perform that action at this time.
0 commit comments