Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created May 5, 2019 12:38
Show Gist options
  • Save igeligel/a000e4f4da44934387078ec8661ca59f to your computer and use it in GitHub Desktop.
Save igeligel/a000e4f4da44934387078ec8661ca59f to your computer and use it in GitHub Desktop.
{
// ...
"scripts": {
"start": "node cli.js",
"start:debug": "ndb node cli.js",
"test": "jest",
"test:debug": "ndb jest"
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment