From a74695eb67901dc32a6a207638633d8180e45fce Mon Sep 17 00:00:00 2001 From: Mariocoski Date: Sat, 9 Mar 2019 13:45:53 +0000 Subject: [PATCH] fix: updated circleci step --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 560f3c6..9529a35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: command: npm run build - run: name: Testing Code - command: npm run lint + command: npm run test - run: name: Linting Code command: npm run lint