Skip to content

Commit 2bf1dd6

Browse files
committed
Test – Revert to --force in build CircleCI step
Conjecture: the failure we're seeing in CI (but not locally?!) is somehow related to how the dependencies are installed. Expectation: Reverting to `--force` will result in the `build` step to pass. (Possible issue: Cached dependencies?) See https://app.circleci.com/pipelines/github/Automattic/simplenote-electron/3141/workflows/81757249-16c5-4729-bcca-0e4e5450aac7/jobs/25866
1 parent f476598 commit 2bf1dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ references:
5454
command: |
5555
source $HOME/.nvm/nvm.sh
5656
nvm use
57-
npm install --legacy-peer-deps
57+
npm install --force
5858
npm_restore_cache: &npm_restore_cache
5959
restore_cache:
6060
name: Restore npm cache

0 commit comments

Comments
 (0)