Skip to content
Snippets Groups Projects
Unverified Commit 9336fdac authored by David M Sibley's avatar David M Sibley Committed by GitHub
Browse files

Merge pull request #14 from davidmsibley/upstream-pages

setting gh-pages repo to upstream
parents b2930c61 955916d6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"serve": "live-server",
"start": "run-p watch serve",
"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"
},
"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