Relink automation dep before compile

Just always relink to avoid issues with the build cache not restoring
links.

Fixes #80729
This commit is contained in:
Daniel Imms 2019-09-11 11:19:31 -07:00
parent 2afeba767c
commit a0fc3ba877

View file

@ -4,6 +4,7 @@
"main": "./src/main.js",
"scripts": {
"postinstall": "npm run compile",
"precompile": "yarn add vscode-automation@link:../automation",
"compile": "yarn --cwd ../automation compile && tsc",
"watch": "concurrently \"yarn --cwd ../automation watch --preserveWatchOutput\" \"tsc --watch --preserveWatchOutput\"",
"mocha": "mocha"