Skip to content

Commit

Permalink
refactor: register git-embed
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 18, 2023
1 parent aeef44a commit fab9ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clean:ge": "yarn workspace hexo-shortcodes run clean",
"clean:hs": "yarn workspace hexo-shortcodes run clean",
"clean": "nrs \"clean:**\"",
"prepare": "husky install && cd packages/git-embed && yarn install && yarn workspaces --no-private foreach run prepare"
"prepare": "husky install && yarn workspaces --no-private foreach run prepare"
},
"repository": {
"type": "git",
Expand All @@ -40,6 +40,7 @@
},
"license": "MIT",
"workspaces": [
"packages/git-embed",
"lib/src/hexo-tag-embed",
"lib",
"test"
Expand Down

0 comments on commit fab9ec6

Please sign in to comment.