Skip to content

Commit

Permalink
Remove unused deps (#608)
Browse files Browse the repository at this point in the history
* Remove unused deps

* Simplify caching
  • Loading branch information
SorsOps authored Dec 29, 2024
1 parent 809ef95 commit 883d92a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 469 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn --frozen-lockfile --immutable
Expand Down
1 change: 0 additions & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"redocusaurus": "^2.0.2",
"@tokens-studio/graph-editor": "*"
},
"peerDependencies": {
Expand Down
18 changes: 0 additions & 18 deletions packages/documentation/redocly.yaml

This file was deleted.

Loading

0 comments on commit 883d92a

Please sign in to comment.