Force the npm install of 'esm' to work (#21168)
This commit is contained in:
2
.github/workflows/staging-deploy-pr.yml
vendored
2
.github/workflows/staging-deploy-pr.yml
vendored
@@ -162,7 +162,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Install one-off development-only dependencies
|
||||
run: npm install --no-save esm
|
||||
run: npm install --no-save --include=optional esm
|
||||
|
||||
- name: Deploy
|
||||
id: deploy
|
||||
|
||||
2
.github/workflows/staging-undeploy-pr.yml
vendored
2
.github/workflows/staging-undeploy-pr.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Install one-off development-only dependencies
|
||||
run: npm install --no-save esm
|
||||
run: npm install --no-save --include=optional esm
|
||||
|
||||
- name: Undeploy
|
||||
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
|
||||
|
||||
Reference in New Issue
Block a user