Skip to content

Commit

Permalink
Update site refresh workflow to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
esebastian authored Sep 4, 2019
1 parent 10e75c1 commit a45ab9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run build
- run: yarn install
- run: yarn run build
env:
NODE_ENV: production
- run: surge --project $GITHUB_WORKSPACE/dist --domain vlctechhub-revamp.surge.sh
Expand Down

0 comments on commit a45ab9e

Please sign in to comment.