mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #12 from Permissionless-Software-Foundation/ct-unstable
Publishing to GH pages
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Bash shell script to publish the app to GitHub pages.
|
||||||
|
pwd
|
||||||
|
git checkout gh-pages
|
||||||
|
git merge master
|
||||||
|
npm run build
|
||||||
|
cp -r build docs
|
||||||
|
git add -A
|
||||||
|
git commit -m "Updating GitHub page"
|
||||||
|
git push
|
||||||
+4
-2
@@ -18,7 +18,8 @@
|
|||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "standard --env mocha --fix",
|
"lint": "standard --env mocha --fix",
|
||||||
"pub": "node deploy/publish-main.js"
|
"pub": "node deploy/publish-main.js",
|
||||||
|
"pub:ghp": "./deploy/publish-gh-pages.sh"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
@@ -39,5 +40,6 @@
|
|||||||
"minimal-slp-wallet": "5.0.3",
|
"minimal-slp-wallet": "5.0.3",
|
||||||
"standard": "17.0.0",
|
"standard": "17.0.0",
|
||||||
"web3.storage": "4.3.0"
|
"web3.storage": "4.3.0"
|
||||||
}
|
},
|
||||||
|
"homepage": "https://permissionless-software-foundation.github.io/react-bootstrap-web3-spa"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user