Removes circleci config file

This commit is contained in:
Akshay Nair
2020-10-06 22:34:51 +05:30
parent 3fcf2a7a9f
commit 52a034c96c
-10
View File
@@ -1,10 +0,0 @@
version: 2.1
orbs:
node: circleci/node@4.1.0
jobs:
build:
executor: node/default
steps:
- checkout
- run: yarn
- run: yarn test