Skip to content

Commit 0984284

Browse files
committed
Clean script targets
1 parent a3d5126 commit 0984284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"scripts": {
9898
"solid": "node ./bin/solid",
9999
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100-
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --inspect",
100+
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
102102
"sonar": "sonarjs",
103103
"test": "npm run standard && npm run nyc"

0 commit comments

Comments
 (0)