Explorar o código

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

刘洋 %!s(int64=2) %!d(string=hai) anos
pai
achega
b40c36d8bb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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*/, "")
 );