Skip to content

Commit 2c8fff2

Browse files
authored
fix(release): correct the filename of the ssr cli (#12205)
1 parent 1feb487 commit 2c8fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"yari-build": "build/cli.js",
1111
"yari-build-blog": "build/build-blog.js",
1212
"yari-filecheck": "filecheck/cli.js",
13-
"yari-render-html": "build/cli-ssr.js",
13+
"yari-render-html": "build/ssr-cli.js",
1414
"yari-server": "server/index.js",
1515
"yari-tool": "tool/cli.js"
1616
},

0 commit comments

Comments
 (0)