Created
May 5, 2019 12:38
-
-
Save igeligel/a000e4f4da44934387078ec8661ca59f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ... | |
"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