Skip to content

Commit defb9ca

Browse files
committed
chore: fix website
1 parent 6d51772 commit defb9ca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- name: Install
2323
run: yarn install
2424
- name: Build
25-
run: |
26-
yarn install
27-
npm run website -- --metadataVersion="${CURRENT_VERSION}"
25+
run: npm run website -- --metadataVersion="${CURRENT_VERSION}"
2826
env:
2927
OWNER_NAME: ${{ env.OWNER_NAME }}
3028
REPO_NAME: ${{ env.REPO_NAME }}

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"private": true,
33
"name": "website",
4-
"version": "5.0.0",
4+
"description": "rule playground",
5+
"version": "2.3.0",
56
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
67
"scripts": {
78
"textlint": "textlint ../README.md",

0 commit comments

Comments
 (0)