Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 90a99fa

Browse files
committed
Fix prettier glob for Windows
1 parent 96b7528 commit 90a99fa

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
@@ -45,7 +45,7 @@
4545
"watch": "tsc -watch -p ./",
4646
"lint": "eslint --ext ts src",
4747
"test": "node ./out/test/runTest.js",
48-
"prettier": "prettier '**/*.ts'",
48+
"prettier": "prettier \"**/*.ts\"",
4949
"check:version": "node cmd/check-version.js",
5050
"installDevExtension": "npm install && ./node_modules/.bin/vsce package -o ./out/rls-vscode-dev.vsix && code --install-extension ./out/rls-vscode-dev.vsix"
5151
},

0 commit comments

Comments
 (0)