Skip to content

Commit

Permalink
Merge pull request #1787 from nodeSolidServer/CxRes-patch-lint-script…
Browse files Browse the repository at this point in the history
…-quotes

Use Double Quotes in package.json > scripts
  • Loading branch information
bourgeoa authored Jun 15, 2024
2 parents f589a20 + b8e9aed commit 843c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"scripts": {
"build": "echo nothing to build",
"solid": "node ./bin/solid",
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
"standard": "standard \"{bin,examples,lib,test}/**/*.js\"",
"validate": "node ./test/validate-turtle.js",
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/integration/ test/unit/",
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",
Expand Down

0 comments on commit 843c771

Please sign in to comment.