Skip to content

Commit

Permalink
chore: docs, changeset scripts 추가 (#220)
Browse files Browse the repository at this point in the history
* chore: documentation scripts 추가

* chore: changeset scripts 추가

* chore: changeset 추가

* chore: scripts 피드백 반영
  • Loading branch information
anonymousRecords authored Aug 16, 2024
1 parent 1b62156 commit ba8be13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-toys-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

scripts 추가함.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"publint": "publint --strict",
"test": "vitest run --coverage --typecheck",
"test:watch": "vitest --ui --coverage --typecheck",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"docs:dev": "yarn workspace docs dev",
"docs:build": "yarn workspace docs build",
"docs:start": "yarn workspace docs start"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
Expand Down

0 comments on commit ba8be13

Please sign in to comment.