We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd21d8 commit 4ce1e7cCopy full SHA for 4ce1e7c
packages/cli/package.json
@@ -15,7 +15,7 @@
15
"start": "npm run clean && tspc --build tsconfig.build.json --watch",
16
"clean": "rimraf lib/",
17
"editor": "zeus https://project-api.graphqleditor.com/graphql ./src -n --es",
18
- "update": "zeus ${GRAPHQL_EDITOR_HOST:-https://project-api.graphqleditor.com/graphql} ./src -n --es",
+ "update": "zeus $GRAPHQL_EDITOR_HOST ./src -n --es",
19
"shared": "imp sync",
20
"cli": "node lib/index.js"
21
},
0 commit comments