Skip to content

Commit

Permalink
Add insecure flag to graphql schema validation (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwiebell authored and dpatil-magento committed Jun 11, 2019
1 parent 4151975 commit 3b50420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/venia-concept/package.json
Expand Up @@ -16,7 +16,7 @@
"build:esm": "BABEL_ENV=development babel src --out-dir esm --root-mode 'upward' --source-maps --copy-files",
"build:prod": "webpack -p --color --no-progress --profile --env.mode production",
"clean": "rimraf dist esm",
"download-schema": "graphql get-schema --project venia",
"download-schema": "graphql get-schema --project venia --insecure",
"now-build": "../../now-build.sh",
"prepublishOnly": "yarn run build",
"start": "node server.js",
Expand Down

1 comment on commit 3b50420

@vercel
Copy link

@vercel vercel bot commented on 3b50420 Jun 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.