mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix js package build workflow
This commit is contained in:
parent
a8bece63e5
commit
2743bddf4e
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…
x
Reference in New Issue
Block a user