remove npm ci and npm build

This commit is contained in:
Xinrui Chen 2022-09-03 19:27:51 -07:00
parent 53dbcc1e4b
commit e64404e5b2
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test:unit
- run: npm test