deps: update devDependencies (#577)

This commit is contained in:
Shohei Ueda
2021-03-06 22:14:18 +09:00
committed by GitHub
parent 07f38c68fa
commit 0a4c122ea4
6 changed files with 1335 additions and 1392 deletions

View File

@@ -78,6 +78,12 @@ jobs:
- name: Run ncc
run: npm run build
- name: Remove lint-staged husky
if: github.ref == 'refs/heads/main'
run: |
npm uninstall lint-staged husky
git checkout package-lock.json package.json
- name: Setup mdBook
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-mdbook@v1.1.14