Skip to content

Commit bbc842c

Browse files
committed
adding install dependencies for run frontend tests
1 parent 87e0d27 commit bbc842c

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
@@ -75,7 +75,7 @@ jobs:
7575
command: npm run test
7676
- run:
7777
name: run frontend tests
78-
command: cd frontend && npm run test
78+
command: cd frontend && npm install && npm run test
7979

8080
workflows:
8181
version: 2

0 commit comments

Comments
 (0)