Skip to content

Commit 901c09d

Browse files
committed
test
1 parent 8cd678c commit 901c09d

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
@@ -26,6 +26,9 @@ jobs:
2626
- run:
2727
name: Install dependencies
2828
command: npm install
29+
- run:
30+
name: Show all dependencies
31+
command: npm ls
2932
- run:
3033
name: Test
3134
command: npm test

0 commit comments

Comments
 (0)