mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user