Skip to content

Commit

Permalink
feat(npm): add yari-build-blog command (#9468)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Aug 10, 2023
1 parent 9e260c6 commit 9414524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/build-blog.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import {
buildAuthors,
buildBlogFeed,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "module",
"bin": {
"yari-build": "build/cli.js",
"yari-build-blog": "build/build-blog.js",
"yari-filecheck": "filecheck/cli.js",
"yari-server": "server/index.js",
"yari-tool": "tool/cli.js"
Expand Down

0 comments on commit 9414524

Please sign in to comment.