We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d22b9d commit bcca229Copy full SHA for bcca229
.circleci/config.yml
@@ -66,11 +66,11 @@ jobs:
66
- *install
67
- run:
68
name: scroll-into-view-if-needed
69
- command: npx --no-install semantic-release -e semantic-release-monorep
+ command: npx --no-install semantic-release -e semantic-release-monorepo
70
working_directory: packages/scroll-into-view-if-needed
71
72
name: smooth-scroll-into-view-if-needed
73
74
working_directory: packages/smooth-scroll-into-view-if-needed
75
76
# Workflows enables us to run multiple jobs in parallel
0 commit comments