add build step to circleci config

This commit is contained in:
sorrelbri 2020-02-07 17:41:28 -08:00
parent c3842a0589
commit bfdad6e3aa

View file

@ -45,6 +45,6 @@ jobs:
- node_modules
key:
v1-dependencies-{{ checksum "package-lock.json" }}
- run: npm build
# run tests!
- run: npm test