Skip to content

Commit d93ce94

Browse files
committed
missing char in deploy script
1 parent 692c3cf commit d93ce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"test": "spec-md spec/GraphQL.md > /dev/null",
2020
"build": "mkdir -p out; cp node_modules/spec-md/css/* out; spec-md spec/GraphQL.md > out/index.html",
21-
"deploy": "npm run build && (cd out && git init && git config user.name \"Travis CI\" && git config user.email \"[email protected]\" && git add . && git commit -m \"Deploy to GitHub Pages\" && git push --force --quiet \"https://${GH_TOKEN}@github.com/facebook/graphql.git\" master:gh-pages > /dev/null 2>1)"
21+
"deploy": "npm run build && (cd out && git init && git config user.name \"Travis CI\" && git config user.email \"[email protected]\" && git add . && git commit -m \"Deploy to GitHub Pages\" && git push --force --quiet \"https://${GH_TOKEN}@github.com/facebook/graphql.git\" master:gh-pages > /dev/null 2>&1)"
2222
},
2323
"devDependencies": {
2424
"spec-md": "0.4.5"

0 commit comments

Comments
 (0)