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
+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",