Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 6, 2023
1 parent 61a1447 commit b4e90de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-fixtures/issues/issue-5034/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {},
"scripts": {
"spellcheck": "cspell -c '../.cspell.json' -r '..' --no-progress --dot --gitignore \"**/*.{js,jsx,ts,tsx,json,yml,md}\"",
"spellcheck": "cspell -c \"../.cspell.json\" -r \"..\" --no-progress --dot --gitignore \"**/*.{js,jsx,ts,tsx,json,yml,md}\"",
"test": "pnpm run spellcheck"
},
"devDependencies": {
Expand Down

0 comments on commit b4e90de

Please sign in to comment.