Skip to content

Commit

Permalink
Switch from ghpages to gh-pages for publishing for better reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrudz committed Apr 10, 2018
1 parent f06ab2e commit a9e0958
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 123 deletions.
184 changes: 63 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "semistandard -v | snazzy",
"lint:fix": "semistandard --fix -v | snazzy",
"prepublish": "npm run dist",
"ghpages": "ghpages",
"ghpages": "NODE_DEBUG=gh-pages gh-pages -d ./ -s '{dist/**,examples/**,index.html}' -m \"Github Pages $(date +\"%d-%h-%Y %l:%M:%S %p\") deployment\"",
"start": "npm run dev",
"test": "karma start ./tests/karma.conf.js",
"test:firefox": "karma start ./tests/karma.conf.js --browsers Firefox",
Expand Down Expand Up @@ -45,7 +45,7 @@
"chai": "^4.1.2",
"chai-shallow-deep-equal": "^1.3.0",
"coveralls": "^3.0.0",
"ghpages": "^0.0.8",
"gh-pages": "^1.1.0",
"karma": "^2.0.0",
"karma-browserify": "^5.2.0",
"karma-chai-shallow-deep-equal": "^0.0.4",
Expand Down

0 comments on commit a9e0958

Please sign in to comment.