fix(client): use new Gatsby --inspect

This commit is contained in:
Oliver Eyton-Williams
2020-09-23 14:31:22 +02:00
committed by Mrugesh Mohapatra
parent 977d411a97
commit 410ab87c61

View File

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