From 410ab87c61a7c2299943c8606166b049219b02c9 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 23 Sep 2020 14:31:22 +0200 Subject: [PATCH] fix(client): use new Gatsby --inspect --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 5465cf0c40..4460107138 100644 --- a/client/package.json +++ b/client/package.json @@ -91,7 +91,7 @@ "build:workers:debug": "node --max_old_space_size=7168 node_modules/webpack-cli --env.production --config ./webpack-workers.js --progress", "clean": "gatsby clean", "predevelop": "npm run prebuild", - "develop": "node --inspect=0.0.0.0:9228 node_modules/gatsby-cli develop", + "develop": "gatsby develop --inspect=9230", "format:gatsby": "prettier-eslint --write --trailing-comma none --single-quote './gatsby-*.js'", "format:src": "prettier-eslint --write --trailing-comma none --single-quote './src/**/*.js'", "format:utils": "prettier-eslint --write --trailing-comma none --single-quote './utils/**/*.js'",