Skip to content

Commit

Permalink
fix: package.json docs 패키지 이름 수정 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeseung committed Oct 27, 2024
1 parent 979e9e9 commit fc90986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=docs^... && changeset publish",
"release": "turbo run build --filter=@freemed-kit/docs^... && changeset publish",
"ui:add": "pnpm --filter ui ui:add",
"prepare": "husky",
"lint-staged": "lint-staged"
Expand Down

0 comments on commit fc90986

Please sign in to comment.