Update main.yml

pull/3445/head
Ryan Wang 2021-03-07 20:23:17 +08:00 committed by GitHub
parent df8689ed0e
commit 087f50b1ce
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test