mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Try using nxignore to fix infinite loop
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d0f60fdd76
commit
a24daa3a73
4
.nxignore
Normal file
4
.nxignore
Normal file
@ -0,0 +1,4 @@
|
||||
packages/**/dist
|
||||
packages/**/static/build
|
||||
packages/**/build/webpack
|
||||
packages/**/binaries
|
||||
11
nx.json
11
nx.json
@ -25,17 +25,6 @@
|
||||
"dev": {
|
||||
"dependsOn": [
|
||||
"^dev"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/dist",
|
||||
"{workspaceRoot}/static/build",
|
||||
"{workspaceRoot}/binaries",
|
||||
"{workspaceRoot}/build/webpack"
|
||||
],
|
||||
"inputs": [
|
||||
"{workspaceRoot}/src/**/*.ts",
|
||||
"{workspaceRoot}/src/**/*.tsx",
|
||||
"{workspaceRoot}/index.ts"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user