Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #258 from Nargonath/master
Browse files Browse the repository at this point in the history
Update webpack-html-plugin & fix travis deploy script
fix #193
  • Loading branch information
Nargonath authored Oct 30, 2020
2 parents 6f3a4e1 + 6e3b966 commit b2f3333
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node_js: '12'
# required for yarn not to fail when installing semantic-release
# instead it is removed from the dependencies and added as global at the end
script: yarn global add semantic-release && semantic-release || true
script: yarn global add semantic-release && semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"dependencies": {
"cross-spawn": "7.0.1",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^4.5.0",
"import-cwd": "3.0.0",
"meow": "6.0.0",
"ora": "4.0.3",
Expand Down
Loading

0 comments on commit b2f3333

Please sign in to comment.