Skip to content

Commit

Permalink
apparently pushd is bash-only
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 8, 2016
1 parent 6a7fd68 commit 784406a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "GraphQLHub.com",
"main": "src/server.js",
"scripts": {
"test": "pushd ./graphqlhub-schemas && npm test && popd",
"test": "cd ./graphqlhub-schemas && npm test && cd ..",
"start": "DEBUG=express:* nodemon entrypoint.js",
"postinstall": "pushd ./node_modules/graphqlhub-schemas && npm run bundle && popd"
"postinstall": "cd ./node_modules/graphqlhub-schemas && npm run bundle && cd .."
},
"author": "Clay Allsopp <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 784406a

Please sign in to comment.