mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Symlink chain-specs json files to crate where they are used (#1171)
When publishing crates, each crate becomes it's own tarball that can't access files from other crates. So symlink the files to be crate local and cargo will replace the symlinks with real files at publish time. We can't just move all of them as it makes the package larger than the max crates.io package size. Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/asset-hub-kusama.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/asset-hub-polkadot.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/asset-hub-westend.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/bridge-hub-kusama.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/bridge-hub-polkadot.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/bridge-hub-rococo.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/bridge-hub-westend.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/bridge-hub-wococo.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/collectives-polkadot.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/collectives-westend.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/contracts-rococo.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/tick.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/track.json
|
||||
@@ -0,0 +1 @@
|
||||
../../parachains/chain-specs/trick.json
|
||||
Reference in New Issue
Block a user