ci: remove duplicate npm run check command from build job

This commit is contained in:
Jumpei Ogawa
2024-08-28 15:02:03 +09:00
parent 18fd88c945
commit d067c80583

View File

@@ -26,7 +26,6 @@ jobs:
cache: npm cache: npm
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run check
# - run: npm test # - run: npm test
check: check: