We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c03fa + 6fcbb88 commit 306852bCopy full SHA for 306852b
nodemon.json
@@ -0,0 +1,6 @@
1
+{
2
+ "watch": ["src/**/*.ts"],
3
+ "ignore": ["src/**/*.test.ts", "src/**/__tests__/*"],
4
+ "ext": "ts",
5
+ "exec": "ts-node ./bin/enclaved-bitgo-express"
6
+}
package.json
@@ -8,7 +8,7 @@
8
"enclaved-bitgo-express": "./bin/enclaved-bitgo-express"
9
},
10
"scripts": {
11
- "start": "nodemon bin/enclaved-bitgo-express",
+ "start": "nodemon",
12
"build": "yarn tsc --build --incremental --verbose . && cp package.json dist/",
13
"test": "mocha --require ts-node/register 'src/**/__tests__/**/*.test.ts'",
14
"test:watch": "mocha --require ts-node/register --watch 'src/**/__tests__/**/*.test.ts'",
0 commit comments