Skip to content

Commit

Permalink
Merge pull request #1093 from areed/fix-prod-generate
Browse files Browse the repository at this point in the history
Fix prod generate versions jobs
  • Loading branch information
areed authored Feb 1, 2021
2 parents c32d394 + b311267 commit 22dd7ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: make -C web deps
- run: npm install
- run: make generate-addons
env:
Expand Down

0 comments on commit 22dd7ec

Please sign in to comment.