|
@@ -31,10 +31,10 @@ writeFileSync(
|
|
|
str.replace(/\s+\* @license MIT\s*/, "")
|
|
|
);
|
|
|
str = readFileSync(
|
|
|
- "./node_modules/.pnpm/sortablejs@1.14.0/node_modules/sortablejs/modular/sortable.esm.js"
|
|
|
+ "./node_modules/sortablejs/modular/sortable.esm.js"
|
|
|
).toString();
|
|
|
writeFileSync(
|
|
|
- "./node_modules/.pnpm/sortablejs@1.14.0/node_modules/sortablejs/modular/sortable.esm.js",
|
|
|
+ "./node_modules/sortablejs/modular/sortable.esm.js",
|
|
|
str.replace(/\s+\* @license MIT\s*/, "")
|
|
|
);
|
|
|
|