Skip to content

Commit

Permalink
build: update workflow and npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent fc3b4cf commit 5147a6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: build
run: |
npm i
npm run build
cd example
npm install
npm run docs
Expand Down
6 changes: 4 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
example/
src/
tests/
coverage/
.release-it.json
.husky
.github
tsconfig.json
tsconfig.test.json
1 change: 0 additions & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5147a6f

Please sign in to comment.