mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
fix(build): Making normal build default, ipfs build with build:ipfs
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user