Skip to content

Commit 595f8a8

Browse files
committed
chore: add gh-pages deployment to release ritual
1 parent 2bbb9ba commit 595f8a8

File tree

2 files changed

+422
-10
lines changed

2 files changed

+422
-10
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16+
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.2",
1617
"@semantic-release/exec": "^6.0.3",
1718
"@types/bootstrap": "^4.5.0",
1819
"@types/jest": "^25.2.1",
@@ -89,7 +90,8 @@
8990
}
9091
],
9192
"@semantic-release/npm",
92-
"@semantic-release/github"
93+
"@semantic-release/github",
94+
"@qiwi/semantic-release-gh-pages-plugin"
9395
]
9496
},
9597
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"

0 commit comments

Comments
 (0)