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

fixing gh-pages build

parent 0d4ae58b
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": "mkdir -p demo && cp -r dist demo/dist && cp -r test demo/test && cp index.html demo/index.html && 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",
"postpublish": "npm run pages"
},
"repository": {
......@@ -24,12 +24,12 @@
},
"homepage": "https://github.com/myuw-web-components/myuw-profile#readme",
"devDependencies": {
"rollup": "^0.63.4",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"gh-pages": "^1.2.0",
"live-server": "^1.2.0",
"npm-run-all": "^4.1.3",
"rollup": "^0.63.4",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"tota11y": "^0.1.6"
},
"files": [
......
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