Skip to content

Commit c6017f4

Browse files
committed
add a script to auto-update vscode extension module
1 parent 51263dd commit c6017f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"postbuild": "cls && echo Builded",
1313
"prepack": "npm run build",
1414
"test": "estest",
15-
"pretest": "tsc"
15+
"pretest": "tsc",
16+
"postpack": "cd ..&&cd ..&&cd .\\LanguageServer\\syntax-script\\server\\&&npm update @syntaxs/compiler"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)