Skip to content

Commit 74a7d5b

Browse files
committed
chore: Fix the path to the configuration file in the linting script
1 parent 7547767 commit 74a7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"syntax-highlighting"
6161
],
6262
"scripts": {
63-
"vscode:prepublish": "jsonlint -Dq language-configuration.json package.json syntaxes/oscript.tmLanguage.json",
63+
"vscode:prepublish": "jsonlint -Dq package.json syntaxes/oscript.configuration.json syntaxes/oscript.tmLanguage.json",
6464
"vsce:patch": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ patch",
6565
"vsce:minor": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ minor"
6666
},

0 commit comments

Comments
 (0)