Skip to content

Commit

Permalink
chore: fix prettier job
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 8, 2023
1 parent 212c421 commit 4ec4314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
node-version: lts/*
- name: Authenticate with private NPM package @sanity/sanitype
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
- run: pnpm install --dev --ignore-scripts --no-frozen-lockfile

- run: pnpm install --ignore-scripts --no-frozen-lockfile
# Can't be used due to --no-frozen-lockfile
# - run: pnpm install --dev --ignore-scripts --no-frozen-lockfile
- uses: actions/cache@v3
with:
path: node_modules/.cache/prettier/.prettier-cache
Expand Down

1 comment on commit 4ec4314

@vercel
Copy link

@vercel vercel bot commented on 4ec4314 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-nuxt – ./apps/nuxt

visual-editing-nuxt.sanity.build
visual-editing-nuxt-git-main.sanity.build

Please sign in to comment.