Skip to content

Commit 8c92a0e

Browse files
author
Jonathon Kelly
committed
use cli for gh-pages
1 parent df83356 commit 8c92a0e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "npm run lint",
1616
"prepublish": "npm run build && npm test",
1717
"prepublish-pages": "npm run build-pages",
18-
"publish-pages": "node ./tasks/publishPages"
18+
"publish-pages": "gh-pages -d dist"
1919
},
2020
"repository": {
2121
"type": "git",

tasks/publishPages.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)