mirror of https://github.com/sveltejs/svelte
work around publishing issue with npm v7 (#5983)
parent
5e293f9b0f
commit
9a9b934a08
@ -0,0 +1,4 @@
|
||||
if (!process.env.PUBLISH) {
|
||||
console.error('npm publish must be run with the PUBLISH environment variable set');
|
||||
process.exit(1);
|
||||
}
|
Loading…
Reference in new issue