Skip to content

Commit af1683e

Browse files
committed
fix: added testing step
1 parent 71c6c9d commit af1683e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- run:
3131
name: Compiling Code
3232
command: npm run build
33+
- run:
34+
name: Testing Code
35+
command: npm run lint
3336
- run:
3437
name: Linting Code
3538
command: npm run lint

0 commit comments

Comments
 (0)