From c91ea2e9e4b32918ede78f09c584f4fafdd39e42 Mon Sep 17 00:00:00 2001 From: anasouardini Date: Fri, 23 Feb 2024 22:07:54 +0100 Subject: [PATCH] chore: debug pnpm in CI --- .github/workflows/ci.yaml | 2 -- .gitignore | 3 ++- .prettierignore | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1580826..cdf8dfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,8 +14,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Set up Node.js uses: actions/setup-node@v3 diff --git a/.gitignore b/.gitignore index c7f5ce4..fc0f646 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,8 @@ dist-ssr *.local # Editor directories and files -.github/workflows/cd.yaml +.github/workflows/version.yaml +.github/workflows/ci-better.yaml .vscode/* !.vscode/extensions.json .idea diff --git a/.prettierignore b/.prettierignore index f813f0f..c96744f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,7 @@ build bin node_modules +.pnpm dist dev-dist coverage