mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
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:
4
nx.json
4
nx.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user