Skip to content

Commit 4ce1e7c

Browse files
committed
chore: revert default env value
1 parent 0fd21d8 commit 4ce1e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "npm run clean && tspc --build tsconfig.build.json --watch",
1616
"clean": "rimraf lib/",
1717
"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",
18+
"update": "zeus $GRAPHQL_EDITOR_HOST ./src -n --es",
1919
"shared": "imp sync",
2020
"cli": "node lib/index.js"
2121
},

0 commit comments

Comments
 (0)