move tsd to npm run build

pull/2992/head
Richard Harris 6 years ago
parent 9754f2a817
commit a43bcfdccd

@ -30,8 +30,8 @@
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html", "coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
"codecov": "codecov", "codecov": "codecov",
"precodecov": "npm run coverage", "precodecov": "npm run coverage",
"build": "rollup -c", "build": "rollup -c && npm run tsd",
"prepare": "npm run build && npm run tsd", "prepare": "npm run build",
"dev": "rollup -cw", "dev": "rollup -cw",
"pretest": "npm run build", "pretest": "npm run build",
"posttest": "agadoo internal/index.mjs", "posttest": "agadoo internal/index.mjs",

Loading…
Cancel
Save