Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit 8194dbc

Browse files
committed
feat(package): Starts implementation of functions.
1 parent a24f665 commit 8194dbc

20 files changed

+611
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
command: npm run build
3333
- run:
3434
name: Running tests
35-
command: npm run cover-ci
35+
command: npm run cover
3636
- run:
3737
name: Linting Code
3838
command: npm run lint

0 commit comments

Comments
 (0)