Adds circleci config file

This commit is contained in:
Akshay Nair
2020-10-05 21:21:10 +05:30
parent 0246e0ef08
commit ca3b80d8ea
+14
View File
@@ -0,0 +1,14 @@
version: 2.1
orbs:
node: circleci/node@4.1.0
jobs:
build:
executor:
name: node/default
tag: '14'
steps:
- checkout
- node/with-cache:
steps:
- run: yarn
- run: yarn test