run npm build on github ci
This commit is contained in:
parent
d65f8a2392
commit
92b8334e8e
|
@ -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
|
Loading…
Reference in New Issue