Skip to content

Commit 21992f6

Browse files
committed
chore(npm): fix test script
1 parent 8d1c81d commit 21992f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"test": "mocha test/ && npm run textlint"
25+
"test": "mocha test/ && (cd example && npm install && npm test)"
2626
},
2727
"keywords": [
2828
"textlint",

0 commit comments

Comments
 (0)