From c954266842209f52b97e8699f867d9de93a11210 Mon Sep 17 00:00:00 2001 From: greedythib Date: Thu, 23 Nov 2023 11:08:52 +0100 Subject: [PATCH] fix: ci --- .github/workflows/format_token_list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_token_list.yml b/.github/workflows/format_token_list.yml index ad45ddb..9ab988c 100644 --- a/.github/workflows/format_token_list.yml +++ b/.github/workflows/format_token_list.yml @@ -23,7 +23,7 @@ jobs: shell: bash run: | echo "//npm.pkg.github.com/:_authToken=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc - yarn install --frozen-lockfile && yarn cache clean + yarn install && yarn cache clean rm -f .npmrc - name: Validate JSON file