Skip to content

Commit 3c188db

Browse files
committed
fix: split test and test:example
1 parent 90f5260 commit 3c188db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"scripts": {
2828
"docs:toc": "markdown-toc -i README.md",
2929
"release": "changeset publish",
30-
"test": "mocha test/ && (cd example && npm ci && npm test)"
30+
"test": "mocha test/ && npm run test:example",
31+
"test:example": "cd example && npm ci && npm test"
3132
},
3233
"dependencies": {
3334
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",

0 commit comments

Comments
 (0)