We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff7b3f commit 03a85f1Copy full SHA for 03a85f1
publish.sh
@@ -0,0 +1,30 @@
1
+#!/bin/bash
2
+set -ex
3
+cargo doc --all-features
4
+cargo test --all-features --workspace
5
+cd support/macros
6
+cargo publish
7
+cd ../..
8
+cd pallets/commitments
9
10
+cd ..
11
+cd collective
12
13
14
+cd registry
15
16
17
+cd subtensor
18
19
+cd runtime-api
20
21
22
+cd admin-utils
23
24
25
+cd runtime
26
27
28
+cd node
29
30
+echo "published successfully."
0 commit comments