Skip to content

Commit

Permalink
chore: adding postinstall to build browser so that docs and examples …
Browse files Browse the repository at this point in the history
…are always up to date
  • Loading branch information
JessicaSachs committed Jan 11, 2022
1 parent 355703e commit 2df9e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
"docs:serve": "vitepress serve docs",
"postinstall": "npm run browser"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged --concurrent false",
Expand Down

0 comments on commit 2df9e8b

Please sign in to comment.