Add .circleci/config.yml

master
hasan genc 5 years ago
parent 904eb154c7
commit 1e1ee758d7
  1. 6
      .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
- run:
name: Run tests
command: npm test
@ -49,6 +52,9 @@ jobs:
workflows:
version: 2
test:
jobs:
- test
test-deploy:
jobs:
- test:

Loading…
Cancel
Save