Преглед на файлове

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

刘洋 преди 2 години
родител
ревизия
b40c36d8bb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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*/, "")
 );