Skip to content

Commit 15e4b4e

Browse files
committed
Fixing travis deployments
1 parent 7fed484 commit 15e4b4e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ TODO.md
1313
npm-debug.log
1414
coverage/
1515
wallaby.js
16+
.babelrc
17+
.prettierrc
18+
*.png

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ before_deploy:
99
- npm run build
1010
deploy:
1111
provider: npm
12+
skip_cleanup: true
1213
1314
on:
1415
branch: master

0 commit comments

Comments
 (0)