Fix update-grammar scripts for cross-platform use

This commit is contained in:
Alex Ross
2021-02-08 15:36:17 +01:00
parent 01ace15b27
commit 0f17001790
33 changed files with 33 additions and 33 deletions

View File

@@ -44,7 +44,7 @@
]
},
"scripts": {
"update-grammar": "node ../node_modules/.bin/vscode-grammar-updater PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
},
"repository": {
"type": "git",