We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d5126 commit 0984284Copy full SHA for 0984284
1 file changed
package.json
@@ -97,7 +97,7 @@
97
"scripts": {
98
"solid": "node ./bin/solid",
99
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100
- "nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --inspect",
+ "nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
102
"sonar": "sonarjs",
103
"test": "npm run standard && npm run nyc"
0 commit comments