We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d51772 commit defb9caCopy full SHA for defb9ca
.github/workflows/website.yml
@@ -22,9 +22,7 @@ jobs:
22
- name: Install
23
run: yarn install
24
- name: Build
25
- run: |
26
- yarn install
27
- npm run website -- --metadataVersion="${CURRENT_VERSION}"
+ run: npm run website -- --metadataVersion="${CURRENT_VERSION}"
28
env:
29
OWNER_NAME: ${{ env.OWNER_NAME }}
30
REPO_NAME: ${{ env.REPO_NAME }}
website/package.json
@@ -1,7 +1,8 @@
1
{
2
"private": true,
3
"name": "website",
4
- "version": "5.0.0",
+ "description": "rule playground",
5
+ "version": "2.3.0",
6
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
7
"scripts": {
8
"textlint": "textlint ../README.md",
0 commit comments