Skip to content

Commit a74695e

Browse files
committed
fix: updated circleci step
1 parent af1683e commit a74695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: Testing Code
35-
command: npm run lint
35+
command: npm run test
3636
- run:
3737
name: Linting Code
3838
command: npm run lint

0 commit comments

Comments
 (0)