Skip to content

Commit 1a3243f

Browse files
committed
fix
1 parent b7be7ac commit 1a3243f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/new-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function generateReadme () {
163163

164164
function generateGHPages () {
165165
cp docs/_index.html docs/index.html
166-
npm run markdown "$ReadmeTableBig" >> docs/index.html
166+
npx markdown "$ReadmeTableBig" >> docs/index.html
167167
}
168168

169169
function cleanUp () {

0 commit comments

Comments
 (0)