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:
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…
Reference in New Issue
Block a user