Skip to content

Commit 6ac4354

Browse files
authored
Merge pull request github#9373 from github/repo-sync
repo sync
2 parents 59c7611 + bbc5498 commit 6ac4354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/staging-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: npm ci
163163

164164
- name: Install one-off development-only dependencies
165-
run: npm install --no-save esm
165+
run: npm install --no-save --include=optional esm
166166

167167
- name: Deploy
168168
id: deploy

.github/workflows/staging-undeploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Install one-off development-only dependencies
39-
run: npm install --no-save esm
39+
run: npm install --no-save --include=optional esm
4040

4141
- name: Undeploy
4242
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d

0 commit comments

Comments
 (0)