Skip to content

Commit 21e01ce

Browse files
authored
Change single quotes to double quotes in scripts (#961)
1 parent 4de8782 commit 21e01ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"scripts": {
1616
"test": "npm run test:build && npm run test:spellcheck",
1717
"test:build": "spec-md --metadata spec/metadata.json spec/GraphQL.md > /dev/null",
18-
"test:spellcheck": "cspell 'spec/**/*.md' README.md",
19-
"format": "prettier --write '**/*.{md,yml,yaml,json}'",
20-
"format:check": "prettier --check '**/*.{md,yml,yaml,json}'",
18+
"test:spellcheck": "cspell \"spec/**/*.md\" README.md",
19+
"format": "prettier --write \"**/*.{md,yml,yaml,json}\"",
20+
"format:check": "prettier --check \"**/*.{md,yml,yaml,json}\"",
2121
"build": "./build.sh",
22-
"watch": "nodemon -e json,md --exec 'npm run build'"
22+
"watch": "nodemon -e json,md --exec \"npm run build\""
2323
},
2424
"devDependencies": {
2525
"cspell": "5.9.1",

0 commit comments

Comments
 (0)