Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 165e96b

Browse files
author
Akim
authored
fix: Install before build (#406)
* Try to fix CI * Try to fix CI
1 parent 57f8a85 commit 165e96b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
registry-url: "https://npm.fluence.dev"
9292
cache: "pnpm"
9393

94-
- run: pnpm -r i
95-
- run: pnpm -r build
96-
97-
- name: Lint code
98-
run: pnpm lint-check
99-
10094
- name: Override dependencies
10195
uses: fluencelabs/github-actions/pnpm-set-dependency@main
10296
with:
@@ -107,6 +101,11 @@ jobs:
107101
}
108102
109103
- run: pnpm -r --no-frozen-lockfile i
104+
- run: pnpm -r build
105+
106+
- name: Lint code
107+
run: pnpm lint-check
108+
110109
- run: pnpm -r test
111110

112111
- name: Dump container logs

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build
88
public
99

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

1214
packages/core/js-client-isomorphic/src/versions.ts
1315
__snapshots__

0 commit comments

Comments
 (0)