We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5347e26 commit e77f34bCopy full SHA for e77f34b
.travis.yml
@@ -33,6 +33,7 @@ after_success:
33
34
deploy:
35
- provider: script
36
+ skip_cleanup: true
37
script: ./resources/npm-git.sh
38
on:
39
branch: master
resources/npm-git.sh
@@ -6,7 +6,7 @@
6
# "graphql": "git://github.com/graphql/graphql-js.git#npm"
7
#
8
9
-babel src --ignore __tests__ --out-dir npm
+./node_modules/.bin/babel src --ignore __tests__ --out-dir npm
10
11
# Ensure a vanilla package.json before deploying so other tools do not interpret
12
# The built output as requiring any further transformation.
0 commit comments