Skip to content

Commit

Permalink
chore: use --inspect for debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya authored Sep 26, 2017
1 parent ce40c1b commit b7c2de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"docs:build": "docpress b",
"docs:publish": "git-update-ghpages -b master Strider-CD/strider-cd.github.com _docpress",
"deploy:docs": "npm run api-docs:md && npm run docs:build && npm run docs:publish",
"debug": "node debug bin/strider --no-cluster",
"debug": "node --inspect bin/strider --no-cluster",
"release": "standard-version",
"prepublish": "in-publish && npm run build || not-in-publish",
"postinstall": "opencollective postinstall"
Expand Down Expand Up @@ -164,4 +164,4 @@
"url": "https://opencollective.com/strider",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}
}

0 comments on commit b7c2de6

Please sign in to comment.