Skip to content

Commit

Permalink
fix: Running local cli
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 2, 2019
1 parent 17863a2 commit 8609019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"bootstrap": "lerna bootstrap",
"test": "jest --config=jest.json",
"test:watch": "jest --config=jest.json --watch",
"debug": "DEBUG=*",
"tg-uri": "DAF_TG_URI=http://0.0.0.0:3000/graphql",
"daf": "yarn debug && yarn tg-uri && node ./packages/daf-cli/bin/daf"
"daf": "./packages/daf-cli/bin/daf.js"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 8609019

Please sign in to comment.