add grammars scripts

This commit is contained in:
João Moreno 2021-01-19 16:43:08 +01:00
parent 15a285fd5a
commit b0b4bc4e33
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -56,7 +56,9 @@
"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"
"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"
},
"dependencies": {
"applicationinsights": "1.0.8",