Browse Source

Do not publish yet

sebavan 6 năm trước cách đây
mục cha
commit
684436e45a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Tools/Publisher/publisher.js

+ 2 - 1
Tools/Publisher/publisher.js

@@ -176,7 +176,8 @@ function processEs6Packages(version) {
 
         fs.writeFileSync(buildPath + '/package.json', JSON.stringify(legacyPackageJson, null, 4));
 
-        publish(version, es6Config.packageName, buildPath);
+        // Do not publish yet.
+        // publish(version, es6Config.packageName, buildPath);
     });
     console.log();
 }