Skip to content

Commit ace15bc

Browse files
committed
chore: run prettier on yml
1 parent a8ef02d commit ace15bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- '10'
44
cache: yarn
55
script:
66
- yarn lint
@@ -15,7 +15,7 @@ deploy:
1515
skip_cleanup: true
1616
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
1717
on:
18-
branch: master
18+
branch: master
1919
notifications:
2020
slack: in2:t4HfbJOtRL7uekgIPh2DUIKb
2121
email: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rollup:umd": "rollup -c --environment FORMAT:umd",
4949
"rollup:umd.min": "rollup -c --environment MINIFY,FORMAT:umd",
5050
"prepare": "yarn build",
51-
"pretty": "prettier '**/*.{js,md,json}' --write",
51+
"pretty": "prettier '**/*.{js,md,json,yml,html}' --write",
5252
"storybook": "start-storybook -p 9000",
5353
"test": "jest"
5454
},

0 commit comments

Comments
 (0)