mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Fix js package build workflow
This commit is contained in:
parent
a8bece63e5
commit
2743bddf4e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/javascript-packages.yaml
vendored
5
.github/workflows/javascript-packages.yaml
vendored
|
@ -17,11 +17,10 @@ jobs:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Build dependencies
|
- name: Build dependencies
|
||||||
- uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
- run: cd build/javascript
|
- run: cd build/javascript && npm run build
|
||||||
- run: npm run build
|
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v5
|
||||||
|
|
Loading…
Reference in a new issue