Add test-compile script to bundling extensions package.json

This commit is contained in:
Greg Van Liew 2019-03-13 11:00:15 -07:00
Родитель 723e0e4295
Коммит 3c3d689931
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -90,6 +90,7 @@ Merge these entries into the `scripts` section in `package.json`:
"vscode:prepublish": "webpack --mode production",
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"test-compile": "tsc -p ./",
},
```