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 c91ea2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 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 Down
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 c91ea2e

Please sign in to comment.