Skip to content

Commit

Permalink
Revert "chore: circleci"
Browse files Browse the repository at this point in the history
This reverts commit 44d3549.
  • Loading branch information
yinrouni committed May 17, 2024
1 parent 44d3549 commit bcb83a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
# look for existing cache and restore if found
- restore_cache:
key: npm-dependencies-{{ checksum "pnpm-lock.yaml" }}
# pnpm version
- run:
name: Install pnpm package manager
command: |
corepack enable
corepack prepare [email protected] --activate
# install dependencies
- run:
name: install dependencies
Expand Down

0 comments on commit bcb83a8

Please sign in to comment.