Skip to content

Commit

Permalink
chore: debug pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 23, 2024
1 parent afc56fa commit 9bdce95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build
bin
node_modules
.pnpm
dist
dev-dist
coverage
Expand Down

0 comments on commit 9bdce95

Please sign in to comment.