diff options
author | morpheus65535 <[email protected]> | 2021-03-25 10:45:17 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-03-25 10:45:17 -0400 |
commit | 184c5f89acfa6718295959ef0585b8d17d4e73fe (patch) | |
tree | d498ed38aecb8b345561f6d93a16fb9b3292ac6f /.github | |
parent | ccc946b0d8712ce6bd9115d03717d5f4d43b8965 (diff) | |
download | bazarr-184c5f89acfa6718295959ef0585b8d17d4e73fe.tar.gz bazarr-184c5f89acfa6718295959ef0585b8d17d4e73fe.zip |
Manually built React templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release_beta_to_dev.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/release_beta_to_dev.yaml b/.github/workflows/release_beta_to_dev.yaml index c20dd553c..1931b6c01 100644 --- a/.github/workflows/release_beta_to_dev.yaml +++ b/.github/workflows/release_beta_to_dev.yaml @@ -24,11 +24,6 @@ jobs: - run: npm install -D release-it - run: npm install -D @release-it/bumper - - name: Remove previous node_modules directory - uses: JesseTG/[email protected] - with: - path: ${{ env.working-directory }}/node_modules - - name: Install dependencies run: npm install working-directory: ${{ env.working-directory }} @@ -42,11 +37,6 @@ jobs: run: npm run build working-directory: ${{ env.working-directory }} - - name: Remove generated node_modules directory - uses: JesseTG/[email protected] - with: - path: ${{ env.working-directory }}/node_modules - - id: latest_release uses: pozetroninc/github-action-get-latest-release@master with: |