run tsd on prepare

pull/2733/head
Sander Hahn 6 years ago
parent 3b4c6ed4eb
commit b6b7c621d0

@ -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",

Loading…
Cancel
Save