Skip to content

Commit

Permalink
build: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent 5147a6f commit f0749ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
needs: test
steps:
- name: build
- run: npm i
- run: npm run build

- name: build example
working-directory: ./example
run: |
npm i
npm run build
cd example
npm install
npm run docs
Expand Down

0 comments on commit f0749ff

Please sign in to comment.