Pin content to ipfs (#101)

* Pin content to ipfs

* Update scripts/ipfsPrep.sh

* Add actual packages

* Update .github/workflows/push-master.yml
This commit is contained in:
Jaco Greeff
2021-02-15 08:15:51 +01:00
committed by GitHub
parent c139a5fb31
commit 0fcbabc7db
6 changed files with 634 additions and 12 deletions
+6 -1
View File
@@ -13,6 +13,7 @@
"build": "polkadot-dev-build-ts",
"build:extra": "node scripts/sortAll.mjs",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"phishing:addrcheck": "polkadot-dev-run-test packages/phishing/src/addrcheck",
@@ -25,5 +26,9 @@
"@polkadot/dev": "^0.61.25",
"@types/jest": "^26.0.20"
},
"version": "0.4.50"
"version": "0.4.50",
"dependencies": {
"@pinata/sdk": "^1.1.11",
"dnslink-cloudflare": "^3.0.0"
}
}