Skip to content

Commit e77f34b

Browse files
author
Travis
committed
Amend travis npm deploy script
1 parent 5347e26 commit e77f34b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ after_success:
3333

3434
deploy:
3535
- provider: script
36+
skip_cleanup: true
3637
script: ./resources/npm-git.sh
3738
on:
3839
branch: master

resources/npm-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# "graphql": "git://github.com/graphql/graphql-js.git#npm"
77
#
88

9-
babel src --ignore __tests__ --out-dir npm
9+
./node_modules/.bin/babel src --ignore __tests__ --out-dir npm
1010

1111
# Ensure a vanilla package.json before deploying so other tools do not interpret
1212
# The built output as requiring any further transformation.

0 commit comments

Comments
 (0)