mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix update-grammars script
This commit is contained in:
+1
-3
@@ -56,9 +56,7 @@
|
||||
"hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
|
||||
"core-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js core-ci",
|
||||
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci",
|
||||
"ext": "node build/ext.js",
|
||||
"update-all-grammars": "node build/ext.js each -t grammar npm run update-grammar",
|
||||
"link-grammars": "node build/ext.js link -t grammar"
|
||||
"ext": "node build/ext.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights": "1.0.8",
|
||||
|
||||
Reference in New Issue
Block a user