Skip to content

Commit

Permalink
fix: Ci? :(
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Feb 9, 2024
1 parent 34f4ab4 commit 63a0061
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 54 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
# `npm run build:js` will also generate the auto-generated constants for methods, errors and events,
# including extracting their devdocs and userdocs
- name: Prepare artifacts to publish
run: |
pnpm run build
run: pnpm run build

- name: Tests
run: pnpm run test
Expand Down
1 change: 1 addition & 0 deletions configs/jest-tests-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dist/**"
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"@lukso/tsconfig": "workspace:*",
"eslint": "^7.32.0",
"eslint-config-lukso": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion configs/jest-tests-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"dist/**"
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"cross-blob": "^3.0.2",
"eslint": "^7.32.0",
"eslint-config-lukso": "workspace:*",
"tsup": "^5.12.9",
Expand All @@ -30,7 +32,6 @@
"@lukso/tsconfig": "workspace:*",
"@types/jest": "^29.5.7",
"@types/node": "^17.0.45",
"cross-blob": "^3.0.2",
"fetch-blob": "^4.0.0"
}
}
105 changes: 54 additions & 51 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 63a0061

Please sign in to comment.