Use --immutable flag whenever "yarn install" is called by a tool
Fixes #347 Change-Id: I1b8423f9cef46a425c1ec7665c8285af10c56df6
This commit is contained in:
2
.github/workflows/edge_ghpage.yml
vendored
2
.github/workflows/edge_ghpage.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
node-version: "18"
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
yarn install
|
||||
yarn install --immutable
|
||||
yarn build
|
||||
|
||||
- name: Deploy 🚀
|
||||
|
Reference in New Issue
Block a user