Skip to content

Commit

Permalink
chore: add NPM script for debugging the project
Browse files Browse the repository at this point in the history
  • Loading branch information
th3hunt committed Oct 9, 2019
1 parent e7c8fad commit 46530ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"apidoc": "apidoc -i src/http-server/api -o apidoc",
"build": "cross-env NODE_ENV=production babel src -d dist -s",
"cmd": "babel-node ./src/cli",
"debug": "babel-node --inspect ./src/index.js",
"dev": "nodemon src/index.js | pino-pretty -c -t",
"jsdoc": "jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint --fix src",
Expand Down

0 comments on commit 46530ad

Please sign in to comment.