Browse Source

Fix js package build workflow

pull/1772/head
Gabe Kangas 3 years ago
parent
commit
2743bddf4e
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 5
      .github/workflows/javascript-packages.yaml

5
.github/workflows/javascript-packages.yaml

@ -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…
Cancel
Save