From 9bdce95c46d07847799112b8fcc5cda1efb15ee8 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 | 4 ++-- .gitignore | 3 ++- .prettierignore | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1580826..717c518 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 @@ -28,5 +26,7 @@ jobs: run: pnpm config set store-dir $PNPM_CACHE_FOLDER - name: install dependencies run: pnpm install + - name: debu + run: ls -la - name: Run CI run: pnpm run ci \ No newline at end of file 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