added build step

This commit is contained in:
Aliaksei Chapyzhenka 2019-12-17 17:11:15 -08:00
parent 957d4464d5
commit f94792b9ec

View File

@ -17,6 +17,7 @@ jobs:
- name: npm install, build, and test
run: |
npm i
npm run build
npm test
env:
CI: true