Skip to content

Commit 4a8c575

Browse files
authored
chore: fix install step (#7)
1 parent 2453dd8 commit 4a8c575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ workflows:
145145
# - master
146146
- publish-npm-package:
147147
context: general-vars
148-
# requires:
149-
# - e2e-tests
148+
requires:
149+
- install
150150
filters:
151151
branches:
152152
only:

0 commit comments

Comments
 (0)