Skip to content

Commit

Permalink
run tsd on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderhahn committed May 12, 2019
1 parent 3b4c6ed commit b6b7c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"precodecov": "npm run coverage",
"lint": "eslint src test/*.js",
"build": "rollup -c",
"prepare": "npm run build",
"prepare": "npm run build && npm run tsd",
"dev": "rollup -cw",
"pretest": "npm run build",
"posttest": "agadoo src/internal/index.js",
Expand Down

0 comments on commit b6b7c62

Please sign in to comment.