fix package when publishing with npm@7

pull/5660/head
Conduitry 4 years ago
parent 41d16c02be
commit e2fa0e0fdb

@ -65,7 +65,7 @@
"codecov": "codecov",
"precodecov": "npm run coverage",
"build": "rollup -c && npm run tsd",
"prepare": "npm run build",
"prepare": "PUBLISH=true npm run build",
"dev": "rollup -cw",
"pretest": "npm run build",
"posttest": "agadoo internal/index.mjs",

Loading…
Cancel
Save