Skip to content

Commit e83b97b

Browse files
committed
Merge pull request #68 from facebook/movesource
Move source files into spec
2 parents 316dbf0 + e27c004 commit e83b97b

11 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "http://github.com/facebook/graphql.git"
1717
},
1818
"scripts": {
19-
"test": "spec-md GraphQL.md > /dev/null",
20-
"build": "mkdir -p out; cp node_modules/spec-md/css/* out; spec-md GraphQL.md > out/index.html",
19+
"test": "spec-md spec/GraphQL.md > /dev/null",
20+
"build": "mkdir -p out; cp node_modules/spec-md/css/* out; spec-md spec/GraphQL.md > out/index.html",
2121
"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": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)