Fixci build issue vscode-manifest-yaml

This commit is contained in:
Kris De Volder
2020-03-17 12:09:21 -07:00
parent 778fba64f4
commit 633f94b721
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"scripts": {
"clean": "rm -rf lib node_modules package-lock.json",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
"watch": "tsc -watch -p ./",
"prepack": "tsc -p ./"
},
"dependencies": {
"@pivotal-tools/jvm-launch-utils": "0.0.14",

View File

@@ -6,7 +6,7 @@
"dependencies": {
"@pivotal-tools/commons-vscode": {
"version": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.3.tgz",
"integrity": "sha512-emVWGLT/jKRlOt+03AxIsquTGU+auNDzSVumfkXHAs7t/V6TlQgKpuEVUjzBSITmvX8jCmLxdtczzVdbR7c7Sw==",
"integrity": "sha512-WVjP7EeIi1epbeCHqqF96Io++lT8BAhtbewMUf2S1yrpur1Ykn0KoDPIOM8pegeeSGlECeeoRsCH/rAQLVkEdQ==",
"requires": {
"@pivotal-tools/jvm-launch-utils": "0.0.14",
"deep-equal": "^1.0.1",