From dffcdf8987637e1f102d764469f466db1dec03cb Mon Sep 17 00:00:00 2001 From: andyk Date: Tue, 31 Aug 2021 14:59:39 +0200 Subject: [PATCH] log ipfs url after pinning --- scripts/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.js b/scripts/publish.js index f47cb6552..81f85968f 100644 --- a/scripts/publish.js +++ b/scripts/publish.js @@ -3,7 +3,7 @@ const cleanupAndPin = require('./helpers/pinata'); async function pinAndPublish() { const hash = await cleanupAndPin(); - console.log('Pinning was done successfully', hash); + console.log(`Pinning was done successfully: https://cloudflare-ipfs.com/ipfs/${hash}`); const domain = process.env.CF_DEPLOYMENT_DOMAIN; if (domain) {