0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

fix package when publishing with npm@7

This commit is contained in:
Conduitry 2020-11-09 11:19:57 -05:00
parent 41d16c02be
commit e2fa0e0fdb

View File

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