upgrade react-scripts

reverts 2b71b22
This commit is contained in:
David Lechner
2021-01-08 13:31:33 -06:00
parent 182033100a
commit 0d58a88c5b
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
if: ${{ success() }}
run: CI= yarn build
run: yarn build
- name: Install lftp
if: ${{ success() }}
run: sudo apt-get update && sudo apt-get install --yes lftp
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: CI= yarn build
- run: yarn build