Skip to content

Commit

Permalink
fix: Install deps requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Dec 18, 2023
1 parent 77d6c80 commit 451f394
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,12 @@ workflows:
context: general-vars
- e2e-tests:
context: general-vars
filters:
branches:
only:
- master
requires:
- install
# filters:
# branches:
# only:
# - master
- publish-npm-package:
context: general-vars
requires:
Expand Down

0 comments on commit 451f394

Please sign in to comment.