Skip to content
Snippets Groups Projects
Commit 955916d6 authored by David M Sibley's avatar David M Sibley
Browse files

setting gh-pages repo to upstream

parent b2930c61
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"serve": "live-server", "serve": "live-server",
"start": "run-p watch serve", "start": "run-p watch serve",
"prepare": "npm run build", "prepare": "npm run build",
"pages": "rm -rf demo && mkdir -p demo && cp -r dist demo/ && cp -r test demo/ && cp index.html demo/ && gh-pages -d demo", "pages": "rm -rf demo && mkdir -p demo && cp -r dist demo/ && cp -r test demo/ && cp index.html demo/ && gh-pages -d demo --repo git@github.com:myuw-web-components/myuw-profile.git",
"postpublish": "npm run pages" "postpublish": "npm run pages"
}, },
"repository": { "repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment