diff --git a/package.json b/package.json index e4f31b8877f09..2616c2e74c8cf 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,8 @@ "hooks:uninstall": "node node_modules/husky/husky.js uninstall", "hooks:install": "node node_modules/husky/husky.js install", "jest": "jest", + "jest:inspect": "node --inspect node_modules/.bin/jest --runInBand", + "jest:inspect-brk": "node --inspect-brk node_modules/.bin/jest --runInBand", "jest:loki": "cross-env GATSBY_DB_NODES=loki jest", "lerna": "lerna", "lerna-prepare": "lerna run prepare",