Skip to content

Commit 843c771

Browse files
authored
Merge pull request #1787 from nodeSolidServer/CxRes-patch-lint-script-quotes
Use Double Quotes in package.json > scripts
2 parents f589a20 + b8e9aed commit 843c771

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
@@ -142,7 +142,7 @@
142142
"scripts": {
143143
"build": "echo nothing to build",
144144
"solid": "node ./bin/solid",
145-
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
145+
"standard": "standard \"{bin,examples,lib,test}/**/*.js\"",
146146
"validate": "node ./test/validate-turtle.js",
147147
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/integration/ test/unit/",
148148
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",

0 commit comments

Comments
 (0)