1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-16 10:43:57 +03:00
parent 90a42d66cf
commit 7dcee5a28c

View File

@ -39,9 +39,10 @@ jobs:
path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages
- bash: |
cp build/package.json.patch . && patch package.json package.json.patch
echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json
cat .bundled-extensions.json
displayName: Override bundled modules
displayName: Customize config
env:
BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS)
- script: make node_modules
@ -86,9 +87,10 @@ jobs:
path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages
- bash: |
cp build/package.json.patch . && patch package.json package.json.patch
echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json
cat .bundled-extensions.json
displayName: Override bundled modules
displayName: Customize config
env:
BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS)
- script: make node_modules
@ -135,9 +137,10 @@ jobs:
path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages
- bash: |
cp build/package.json.patch . && patch package.json package.json.patch
echo "${BUNDLED_EXTENSIONS}" > .bundled-extensions.json
cat .bundled-extensions.json
displayName: Override bundled modules
displayName: Customize config
env:
BUNDLED_EXTENSIONS: $(BUNDLED_EXTENSIONS)
- script: make node_modules