fix: Install before build (#406)

* Try to fix CI

* Try to fix CI
This commit is contained in:
Akim 2023-12-19 17:46:11 +07:00 committed by GitHub
parent 57f8a851eb
commit 165e96b702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -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:
@ -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

View File

@ -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__