Skip to content

Commit

Permalink
fix: npm bin is added to path
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Apr 14, 2016
1 parent 7be580d commit c8fa39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"schema-up": "psql -f schema.sql",
"schema-down": "psql -c 'drop schema forum_example cascade'",
"start": "npm run schema-up && $(npm bin)/postgraphql postgres://localhost:5432 -s forum_example -d"
"start": "npm run schema-up && postgraphql postgres://localhost:5432 -s forum_example -d"
},
"dependencies": {
"postgraphql": "../.."
Expand Down

0 comments on commit c8fa39b

Please sign in to comment.