run npm build on github ci

This commit is contained in:
yushijinhun 2020-01-23 02:00:11 +08:00
parent d65f8a2392
commit 92b8334e8e
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run test
- name: npm build & test
run: |
npm install
npm run build
npm test