Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ jobs:
registry-url: "https://npm.fluence.dev"
cache: "pnpm"

- run: pnpm -r i
- run: pnpm -r build

- name: Lint code
run: pnpm lint-check

- name: Override dependencies
uses: fluencelabs/github-actions/pnpm-set-dependency@main
with:
Expand All @@ -107,6 +101,11 @@ jobs:
}
- run: pnpm -r --no-frozen-lockfile i
- run: pnpm -r build

- name: Lint code
run: pnpm lint-check

- run: pnpm -r test

- name: Dump container logs
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build
public

**/CHANGELOG.md
# TODO: remove after pnpm-set-deps will add \n symbol at the end of these files
**/package.json

packages/core/js-client-isomorphic/src/versions.ts
__snapshots__
Expand Down