1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Force the npm install of 'esm' to work (#21168)

This commit is contained in:
James M. Greene
2021-08-26 13:45:31 -05:00
committed by GitHub
parent 4425681e09
commit 697cfe8da4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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