瀏覽代碼

chore: try publishing tauri.js with yarn (#1081)

It seems npm publish keeps hanging for an unknown reason.
Jacob Bolda 4 年之前
父節點
當前提交
f2ad4d4ce3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .changes/config.json

+ 2 - 2
.changes/config.json

@@ -111,7 +111,7 @@
       ],
       "publish": [
         {
-          "command": "echo \"# NPM Package Publish\"",
+          "command": "echo \"# Yarn Package Publish\"",
           "dryRunCommand": true,
           "pipe": true
         },
@@ -121,7 +121,7 @@
           "pipe": true
         },
         {
-          "command": "npm publish --access public",
+          "command": "yarn publish --access public",
           "dryRunCommand": "npm publish --dry-run --access public",
           "pipe": true
         },