File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
* .csv
5
5
* .dat
6
6
* .out
7
+ out *
7
8
* .pid
8
9
* .gz
9
10
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ script:
14
14
after_success :
15
15
- bash <(curl -s https://codecov.io/bash)
16
16
- semantic-release
17
- - yarn deploy-storybook --out=demo
17
+ # Deploy storybook demo to S3: https://s3.amazonaws.com/transitive.js/index.html
18
+ - yarn deploy-storybook
18
19
branches :
19
20
except :
20
21
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 32
32
"lint" : " mastarm lint lib" ,
33
33
"semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
34
34
"start" : " start-storybook -p 5555" ,
35
- "deploy-storybook" : " storybook-to-ghpages "
35
+ "deploy-storybook" : " storybook-to-aws-s3 --bucket-path=transitive.js --s3-sync-options=--acl=public-read "
36
36
},
37
37
"devDependencies" : {
38
38
"@babel/core" : " ^7.12.3" ,
You can’t perform that action at this time.
0 commit comments