mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 00:33:27 +00:00
Fixed packages.json creation path
This commit is contained in:
parent
6abca59c83
commit
272a1c1141
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release_beta_to_dev.yaml
vendored
6
.github/workflows/release_beta_to_dev.yaml
vendored
|
@ -25,8 +25,7 @@ jobs:
|
|||
- run: npm install -D @release-it/bumper
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: npm --prefix ${{ env.working-directory }} install
|
||||
|
||||
- name: Remove previous build directory
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
|
@ -34,8 +33,7 @@ jobs:
|
|||
path: ${{ env.working-directory }}/build
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: npm --prefix ${{ env.working-directory }} run build
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue