mirror of https://github.com/sveltejs/svelte
chore: simplify Svelte 4 CI (#8487)
parent
f0cdf77e15
commit
932cb66a36
@ -1,7 +0,0 @@
|
|||||||
if (process.env.SKIP_PREPARE) {
|
|
||||||
console.log('Skipped "prepare" script');
|
|
||||||
} else {
|
|
||||||
const { execSync } = require("child_process");
|
|
||||||
const command = process.argv.slice(2).join(" ");
|
|
||||||
execSync(command, { stdio: "inherit" });
|
|
||||||
}
|
|
Loading…
Reference in new issue