فهرست منبع

chore: package .crate as part of publish step (#984)

It is very strict about checking that the deps version specified is published. That means we need to have inter-repo deps already published before we hit this step, and therefore cannot do it as part of the prepublish step.
Jacob Bolda 5 سال پیش
والد
کامیت
2a9ea029b6
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      .changes/config.json

+ 5 - 5
.changes/config.json

@@ -33,13 +33,13 @@
           "command": "echo \"\\`\\`\\`\"",
           "dryRunCommand": true,
           "pipe": true
-        },
+        }
+      ]
+      "publish": [,
         {
-          "command": "cargo package --no-verify --allow-dirty",
+          "command": "cargo package --allow-dirty",
           "dryRunCommand": true
-        }
-      ],
-      "publish": [
+        },
         {
           "command": "echo \"# Cargo Publish\"",
           "dryRunCommand": true,