fix(ipfs): Adding build script for IPFS

This commit is contained in:
Chris Troutner
2020-07-07 17:55:19 -07:00
parent 8b47800193
commit 764e46c66a
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -20807,9 +20807,9 @@
}
},
"gatsby-ipfs-web-wallet": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.4.tgz",
"integrity": "sha512-+akLqaJwv2D6gXeNK4xRaJNa5LafIo/WpdsyxZJmkuDfQkClr43ojgTKXoZHUkTCvkk2tMtLh1FQHCPEzvidPw==",
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.7.tgz",
"integrity": "sha512-QBztlV1E6b79iEAxHsXwL2vfIqoZrLGxRmoU+m9KvBJcNpkZ3deWUPcDTgLi1R5CcyKAxYiz6oG1y+rIMDVGVg==",
"requires": {
"adminlte-2-react": "^0.1.27",
"gatsby": "^2.23.7",
+2 -1
View File
@@ -10,6 +10,7 @@
],
"scripts": {
"build": "gatsby build",
"build:ipfs": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"lint": "standard --env mocha --fix",
"start": "npm run develop",
@@ -19,7 +20,7 @@
},
"dependencies": {
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.1.6"
"gatsby-ipfs-web-wallet": "^1.1.7"
},
"repository": {
"type": "git",