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 - name: npm install, build, and test
run: | run: |
npm i npm i
npm run build
npm test npm test
env: env:
CI: true CI: true