Skip to content

Commit 594113c

Browse files
committed
fix(example): re-install before run test
1 parent 3068166 commit 594113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example",
33
"private": true,
44
"scripts": {
5-
"pretest": "npm i --production",
5+
"pretest": "npm rm textlint-rule-preset-japanese && npm i --production",
66
"test": "textlint README.md"
77
},
88
"author": "azu",

0 commit comments

Comments
 (0)