chore(repo): mostly buildless monorepo (#11464)

* chore: buildless blockchain link

* chore: buildless connect

* chore: buildless connect-webextension

* chore: buildless transport

* chore: replace few imports from lib

* fix: icons linter error

* chore: adjust tooling to buildless setup

* fix: connect overrides

* chore: replace all imports from @trezor/*/src

* chore(lint): ban imports from @trezor/*/lib

* fix: replace imports on Linux

* chore: add safety check to replace imports script

* chore: reorder entries
This commit is contained in:
Daniel Suchý
2024-03-07 08:31:02 +01:00
committed by GitHub
parent bb7e6c766f
commit 637ad88dcf
113 changed files with 299 additions and 267 deletions

View File

@@ -22,7 +22,7 @@
"cache": true
},
"type-check": {
"dependsOn": ["^build:lib", "^type-check", "build:lib"],
"dependsOn": ["^type-check"],
"inputs": [
"^prod",
"{workspaceRoot}/tsconfig.base.json",
@@ -32,7 +32,7 @@
"cache": true
},
"test:unit": {
"dependsOn": ["^build:lib", "build:lib"],
"dependsOn": [],
"inputs": [
"^prod",
"{workspaceRoot}/jest.config.base.js",