add build step to circleci config
This commit is contained in:
parent
c3842a0589
commit
bfdad6e3aa
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@ jobs:
|
||||||
- node_modules
|
- node_modules
|
||||||
key:
|
key:
|
||||||
v1-dependencies-{{ checksum "package-lock.json" }}
|
v1-dependencies-{{ checksum "package-lock.json" }}
|
||||||
|
- run: npm build
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: npm test
|
- run: npm test
|
Loading…
Reference in a new issue