Skip to content

Commit

Permalink
Add install of client deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrc356 committed Sep 10, 2019
1 parent a241663 commit 4ec7f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: yarn install and build
run: |
yarn install --prod
yarn install --prod && cd client && yarn install --prod
yarn run build --if-present
env:
CI: true

0 comments on commit 4ec7f03

Please sign in to comment.