Skip to content

Commit

Permalink
missing tslib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent 723cc5a commit b3bbfe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
with:
version: 9

- name: Update Lockfile
run: pnpm install --no-frozen-lockfile

- name: Install Dependencies
run: pnpm install --frozen-lockfile

Expand Down
3 changes: 2 additions & 1 deletion internal/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"dependencies": {
"dotenv": "16.3.1",
"rollup": "^4.24.0"
"rollup": "^4.24.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@rollup/plugin-alias": "5.1.1",
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit b3bbfe8

Please sign in to comment.