We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43dcda commit f05aa21Copy full SHA for f05aa21
package.json
@@ -6,7 +6,7 @@
6
"start": "nodemon -w ./src -e ts ./src/bin/www --exec ts-node",
7
"lint": "tslint './src/**/*.ts'",
8
"lintFix": "tslint --fix './src/**/*.ts'",
9
- "test": "nyc mocha ./src/**/*.spec.ts --require test/prepare.ts --timeout 10000",
+ "test": "nyc mocha ./src/**/*.spec.ts --require test/prepare.ts",
10
"build": "tsc -p tsconfig.build.json --outDir dist",
11
"serve": "node ./dist/bin/www.js"
12
},
0 commit comments