We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f5260 commit c1881a7Copy full SHA for c1881a7
.changeset/friendly-feet-turn.md
@@ -0,0 +1,5 @@
1
+---
2
+"textlint-rule-preset-ja-technical-writing": patch
3
4
+
5
+ReRelease
package.json
@@ -27,7 +27,8 @@
27
"scripts": {
28
"docs:toc": "markdown-toc -i README.md",
29
"release": "changeset publish",
30
- "test": "mocha test/ && (cd example && npm ci && npm test)"
+ "test": "mocha test/ && npm run test:example",
31
+ "test:example": "cd example && npm ci && npm test"
32
},
33
"dependencies": {
34
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
0 commit comments