Skip to content

Commit

Permalink
added sharp to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mercillo committed Aug 21, 2024
1 parent e780e22 commit 7d57ba6
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: install sharp module
run: pnpm add sharp

- name: fetch tags
run: git fetch --tags

Expand Down Expand Up @@ -67,9 +64,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: install sharp module
run: pnpm add sharp

- name: git status
run: git status

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"sharp": "^0.33.5",
"tiny-uid": "^1.1.2"
},
"devDependencies": {
Expand Down
227 changes: 227 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d57ba6

Please sign in to comment.