diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 651184ee..a01b752e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,7 @@ jobs: run: | echo "//registry.npmjs.org/:_authToken=${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}" >> .npmrc npm whoami - - name: Install and Setup Dep - endencies + - name: Install and Setup Dependencies run: npm ci # build must come before running linting and tests for the `dist` directory to exist. - name: Build