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'",