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 e77f34b commit 6a9ff3fCopy full SHA for 6a9ff3f
resources/npm-git.sh
@@ -24,4 +24,4 @@ git config user.name "Travis CI"
24
git config user.email "[email protected]"
25
git add .
26
git commit -m "Deploy master to NPM branch"
27
-git push --force --quiet "https://${GH_TOKEN}@github.com/facebook/graphql.git" master:npm > /dev/null 2>&1
+git push --force --quiet "https://${GH_TOKEN}@github.com/graphql/graphql-js.git" master:npm
0 commit comments