Skip to content

Commit 3f802d5

Browse files
committed
chore: split install & test
1 parent 9f33a5c commit 3f802d5

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
@@ -28,7 +28,7 @@
2828
"prepublish": "npm run --if-present build",
2929
"pretest": "node tool/create-fixtures.js",
3030
"test": "mocha && npm run test:textlint",
31-
"test:textlint": "(cd example && npm it)"
31+
"test:textlint": "(cd example && npm i && npm test)"
3232
},
3333
"keywords": [
3434
"textlint",

0 commit comments

Comments
 (0)