Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
chore: build types when installing from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 14, 2020
1 parent 0b6c423 commit 17cb046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"release-major": "aegir release --type major --docs",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls",
"docs": "aegir docs"
"docs": "aegir docs",
"prepare": "npm run build:types"
},
"pre-push": [
"lint",
Expand Down

0 comments on commit 17cb046

Please sign in to comment.