Skip to content

Commit 54e0d80

Browse files
committed
test: fix example test
1 parent 9f2e9c5 commit 54e0d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"@textlint/website-generator": "^0.11.3",
17-
"textlint": "^12.0.0-beta.2"
17+
"textlint": "^12.0.0"
1818
},
1919
"dependencies": {
2020
"textlint-rule-preset-jtf-style": "file:.."

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": "textlint-scripts test && npm run test:textlint",
31-
"test:textlint": "(cd example && npm i --no-save && npm test)",
31+
"test:textlint": "(cd example && yarn && npm test)",
3232
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
3333
"prepare": "git config --local core.hooksPath .githooks"
3434
},

0 commit comments

Comments
 (0)