diff --git a/package.json b/package.json index 1f532935b..7d7a6dce5 100644 --- a/package.json +++ b/package.json @@ -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/*"