Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore: update some package scripts and dependency config#10765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
9a4219c
0b88f6b
357a124
86496db
f6476f3
72a8f70
fc955b7
c875823
e75b663
cfc639a
a9c1542
958779b
1d8fbd9
067a609
fb9df03
93793f7
8f9c46a
7396ec1
d30aa8c
1d6afe0
c01bcf7
f526d38
1639036
23968fd
f897cfa
ed3dbde
6d056e8
33d45aa
7071f04
9d646a7
6bf8521
5be3174
2e2d763
cb52d66
84105fa
d5dfb24
50b548b
e871f8c
9b9a6c8
d9c0bd6
c833461
5862135
4170d88
31b2413
2e4f1af
4ce8f77
65ce1a1
d85a56c
9953fdd
1aee400
1ce427e
f3ac952
892952a
1cf76ec
dbe282b
e615a64
1604852
62c64a8
1a1834d
3bb6929
c7b0c0c
a27f188
2af1a2f
c6074b1
03b781a
81147b6
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
aryaemami59 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -100,6 +100,7 @@ | ||
"cache": true | ||
}, | ||
"lint": { | ||
"executor": "@nx/eslint:lint", | ||
"dependsOn": ["eslint-plugin-internal:build", "typescript-eslint:build"], | ||
"inputs": [ | ||
"default", | ||
@@ -135,9 +136,10 @@ | ||
], | ||
"production": [ | ||
"default", | ||
"!{projectRoot}/**/?(*.)+(test).?(m|c)[jt]s?(x)?(.snap|.shot)", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. this is done because of the newly added | ||
"!{projectRoot}/tests", | ||
"!{projectRoot}/tsconfig.spec.json", | ||
"!{projectRoot}/vitest.config.mts", | ||
"!{projectRoot}/src/test-setup.[jt]s" | ||
] | ||
} | ||
Uh oh!
There was an error while loading.Please reload this page.