Переглянути джерело

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