mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 23:31:48 +03:00
build: update nx.json
This commit is contained in:
parent
a9adb4dda2
commit
ed829dd43b
19
nx.json
19
nx.json
@ -107,6 +107,9 @@
|
||||
"test": {
|
||||
"outputs": ["{workspaceRoot}/.nyc_output"],
|
||||
"inputs": [
|
||||
{
|
||||
"env": "NATIVE_TEST"
|
||||
},
|
||||
{
|
||||
"env": "ENABLE_PRELOADING"
|
||||
},
|
||||
@ -118,6 +121,9 @@
|
||||
"test:ui": {
|
||||
"outputs": ["{workspaceRoot}/.nyc_output"],
|
||||
"inputs": [
|
||||
{
|
||||
"env": "NATIVE_TEST"
|
||||
},
|
||||
{
|
||||
"env": "ENABLE_PRELOADING"
|
||||
},
|
||||
@ -129,20 +135,13 @@
|
||||
"test:coverage": {
|
||||
"outputs": ["{workspaceRoot}/.nyc_output"],
|
||||
"inputs": [
|
||||
{
|
||||
"env": "NATIVE_TEST"
|
||||
},
|
||||
{
|
||||
"env": "ENABLE_PRELOADING"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"generators": {
|
||||
"@nx/react": {
|
||||
"application": {
|
||||
"babel": true
|
||||
},
|
||||
"library": {
|
||||
"unitTestRunner": "jest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user