Jelajahi Sumber

prebuild.mjs删除修改pnpm相关路径

刘洋 2 tahun lalu
induk
melakukan
b40c36d8bb
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      prebuild.mjs

+ 2 - 2
prebuild.mjs

@@ -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*/, "")
 );