Add .circleci/config.yml
@ -14,6 +14,9 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: npm install
- run:
name: Run build
command: npm run build
name: Run tests
command: npm test
@ -49,6 +52,9 @@ jobs:
workflows:
version: 2
test:
jobs:
- test
test-deploy:
- test: