Skip to content

Commit

Permalink
refactor: Update github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 27, 2024
1 parent 5a316b4 commit 2e46ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pnpm run build:packages

- name: Lint packages
run: pnpm run lint:packages
run: pnpm run lint

- name: Run tests for packages
run: pnpm run test:packages
Expand Down
2 changes: 1 addition & 1 deletion tests/rgbpp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true,
"inlineSources": false,
"isolatedModules": true,
"moduleResolution": "Node16",
"moduleResolution": "NodeNext",
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
Expand Down

1 comment on commit 2e46ccf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New snapshot version of the rgbpp-sdk packages have been released:

Name Version
@rgbpp-sdk/btc 0.0.0-snap-20240702110120

Please sign in to comment.