fix(build): Making normal build default, ipfs build with build:ipfs

This commit is contained in:
Chris Troutner
2020-07-07 11:20:19 -07:00
parent 3c22b3c26c
commit 22d66bedb7
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"build:normal": "gatsby build",
"build": "gatsby build",
"build:ipfs": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"lint": "standard --env mocha --fix",
"start": "npm run develop",