Skip to content

Commit

Permalink
fix: split test and test:example (#173)
Browse files Browse the repository at this point in the history
* fix: split test and test:example

* Create friendly-feet-turn.md
  • Loading branch information
azu authored Jan 2, 2025
1 parent 90f5260 commit c1881a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-feet-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"textlint-rule-preset-ja-technical-writing": patch
---

ReRelease
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"scripts": {
"docs:toc": "markdown-toc -i README.md",
"release": "changeset publish",
"test": "mocha test/ && (cd example && npm ci && npm test)"
"test": "mocha test/ && npm run test:example",
"test:example": "cd example && npm ci && npm test"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
Expand Down

0 comments on commit c1881a7

Please sign in to comment.