Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Apr 13, 2023
1 parent 526bec1 commit ca36eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
if: steps.cache-lerna.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
- name: Build helepr
- name: Build Helper
run: yarn build
working-directory: ./packages/helper
- name: Run Storybook tests
Expand Down

0 comments on commit ca36eda

Please sign in to comment.