Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jul 1, 2020
1 parent 807807c commit 2c225b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: cd platform/server && npm run build
- run: npm run prepare:client
- run: npm install -g yarn
- run: cd platform && yarn
- run: cd platform/server && yarn build
- run: cd platform && yarn prepare:client


0 comments on commit 2c225b0

Please sign in to comment.