Skip to content

Commit

Permalink
use npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 9, 2016
1 parent f88df6b commit 0024a88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "cd ./graphqlhub-schemas && npm test && cd ..",
"start": "DEBUG=express:* nodemon entrypoint.js",
"postinstall": "cd ./node_modules/graphqlhub-schemas && npm run bundle && cd .."
"postinstall": "npm link ./graphqlhub-schemas && cd ./node_modules/graphqlhub-schemas && npm run bundle && cd .."
},
"author": "Clay Allsopp <[email protected]>",
"license": "MIT",
Expand All @@ -23,7 +23,6 @@
"github-api": "https://github.com/clayallsopp/github/tarball/fork",
"graphiql": "0.2.0",
"graphql": "0.4.17",
"graphqlhub-schemas": "file:./graphqlhub-schemas",
"handlebars": "4.0.3",
"keen-js": "3.4.0-rc2",
"lodash": "3.10.1",
Expand Down

0 comments on commit 0024a88

Please sign in to comment.