diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:59:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:59:02 -0700 |
commit | 9d1be8859cba212d205b6290e00727b85c53fe09 (patch) | |
tree | 1e6a71b679fcef16e1ca544a9726039cee06e36f /.github | |
parent | 17de821b4a48baf663cb8958a712ab06ab258f49 (diff) | |
download | sncontinue-9d1be8859cba212d205b6290e00727b85c53fe09.tar.gz sncontinue-9d1be8859cba212d205b6290e00727b85c53fe09.tar.bz2 sncontinue-9d1be8859cba212d205b6290e00727b85c53fe09.zip |
--legacy-peer-deps for react-app
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 85026d02..84961067 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -81,7 +81,7 @@ jobs: - name: Install react-app Dependencies run: | cd extension/react-app - npm ci + npm ci --legacy-peer-deps - name: Build and Publish run: | |