move tsd to npm run build

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

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

Loading…
Cancel
Save