Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Shohei Ueda authored and GitHub committed Nov 13, 2019
1 parent 49a4a6d commit 20ef467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -392,7 +392,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm ci

- run: npm run build

Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm ci

- run: npm run format

Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm ci

- run: npm test

Expand Down

0 comments on commit 20ef467

Please sign in to comment.