chore: [nx migration] update-external-emotion-jsx-runtime-14.1.0

This commit is contained in:
madalinaraicu
2022-08-04 13:23:48 +01:00
parent 2977d5a3a2
commit 69b331ba3d
19 changed files with 297 additions and 99 deletions
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/accounts",
"tsConfig": "libs/accounts/tsconfig.lib.json",
"project": "libs/accounts/package.json",
"entryFile": "libs/accounts/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/accounts/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/accounts/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/accounts"],
"outputs": [
"coverage/libs/accounts"
],
"options": {
"jestConfig": "libs/accounts/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/candles-chart",
"tsConfig": "libs/candles-chart/tsconfig.lib.json",
"project": "libs/candles-chart/package.json",
"entryFile": "libs/candles-chart/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/candles-chart/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/candles-chart/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/candles-chart"],
"outputs": [
"coverage/libs/candles-chart"
],
"options": {
"jestConfig": "libs/candles-chart/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/deal-ticket",
"tsConfig": "libs/deal-ticket/tsconfig.lib.json",
"project": "libs/deal-ticket/package.json",
"entryFile": "libs/deal-ticket/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/deal-ticket/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/deal-ticket/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/deal-ticket"],
"outputs": [
"coverage/libs/deal-ticket"
],
"options": {
"jestConfig": "libs/deal-ticket/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/deposits",
"tsConfig": "libs/deposits/tsconfig.lib.json",
"project": "libs/deposits/package.json",
"entryFile": "libs/deposits/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/deposits/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/deposits/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/deposits"],
"outputs": [
"coverage/libs/deposits"
],
"options": {
"jestConfig": "libs/deposits/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/environment",
"tsConfig": "libs/environment/tsconfig.lib.json",
"project": "libs/environment/package.json",
"entryFile": "libs/environment/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/environment/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/environment/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/environment"],
"outputs": [
"coverage/libs/environment"
],
"options": {
"jestConfig": "libs/environment/jest.config.ts",
"passWithNoTests": true
+18 -6
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/fills",
"tsConfig": "libs/fills/tsconfig.lib.json",
"project": "libs/fills/package.json",
"entryFile": "libs/fills/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/fills/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/fills/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/fills"],
"outputs": [
"coverage/libs/fills"
],
"options": {
"jestConfig": "libs/fills/jest.config.ts",
"passWithNoTests": true
@@ -56,7 +66,9 @@
},
"build-storybook": {
"executor": "@nrwl/storybook:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"uiFramework": "@storybook/react",
"outputPath": "dist/storybook/fills",
+18 -6
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/market-depth",
"tsConfig": "libs/market-depth/tsconfig.lib.json",
"project": "libs/market-depth/package.json",
"entryFile": "libs/market-depth/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/market-depth/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/market-depth/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/market-depth"],
"outputs": [
"coverage/libs/market-depth"
],
"options": {
"jestConfig": "libs/market-depth/jest.config.ts",
"passWithNoTests": true
@@ -56,7 +66,9 @@
},
"build-storybook": {
"executor": "@nrwl/storybook:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"uiFramework": "@storybook/react",
"outputPath": "dist/storybook/market-depth",
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/market-list",
"tsConfig": "libs/market-list/tsconfig.lib.json",
"project": "libs/market-list/package.json",
"entryFile": "libs/market-list/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/market-list/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/market-list/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/market-list"],
"outputs": [
"coverage/libs/market-list"
],
"options": {
"jestConfig": "libs/market-list/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/network-info",
"tsConfig": "libs/network-info/tsconfig.lib.json",
"project": "libs/network-info/package.json",
"entryFile": "libs/network-info/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/network-info/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/network-info/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/network-info"],
"outputs": [
"coverage/libs/network-info"
],
"options": {
"jestConfig": "libs/network-info/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/network-stats",
"tsConfig": "libs/network-stats/tsconfig.lib.json",
"project": "libs/network-stats/package.json",
"entryFile": "libs/network-stats/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/network-stats/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/network-stats/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/network-stats"],
"outputs": [
"coverage/libs/network-stats"
],
"options": {
"jestConfig": "libs/network-stats/jest.config.ts",
"passWithNoTests": true
+18 -6
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/orders",
"tsConfig": "libs/orders/tsconfig.lib.json",
"project": "libs/orders/package.json",
"entryFile": "libs/orders/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/orders/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/orders/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/orders"],
"outputs": [
"coverage/libs/orders"
],
"options": {
"jestConfig": "libs/orders/jest.config.ts",
"passWithNoTests": true
@@ -56,7 +66,9 @@
},
"build-storybook": {
"executor": "@nrwl/storybook:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"uiFramework": "@storybook/react",
"outputPath": "dist/storybook/orders",
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/positions",
"tsConfig": "libs/positions/tsconfig.lib.json",
"project": "libs/positions/package.json",
"entryFile": "libs/positions/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/positions/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/positions/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/positions"],
"outputs": [
"coverage/libs/positions"
],
"options": {
"jestConfig": "libs/positions/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/react-helpers",
"tsConfig": "libs/react-helpers/tsconfig.lib.json",
"project": "libs/react-helpers/package.json",
"entryFile": "libs/react-helpers/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/react-helpers/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/react-helpers/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/react-helpers"],
"outputs": [
"coverage/libs/react-helpers"
],
"options": {
"jestConfig": "libs/react-helpers/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/trades",
"tsConfig": "libs/trades/tsconfig.lib.json",
"project": "libs/trades/package.json",
"entryFile": "libs/trades/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/trades/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/trades/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/trades"],
"outputs": [
"coverage/libs/trades"
],
"options": {
"jestConfig": "libs/trades/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/types",
"tsConfig": "libs/types/tsconfig.lib.json",
"project": "libs/types/package.json",
"entryFile": "libs/types/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/types/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/types/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/types"],
"outputs": [
"coverage/libs/types"
],
"options": {
"jestConfig": "libs/types/jest.config.ts",
"passWithNoTests": true
+18 -6
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/ui-toolkit",
"tsConfig": "libs/ui-toolkit/tsconfig.lib.json",
"project": "libs/ui-toolkit/package.json",
"entryFile": "libs/ui-toolkit/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/ui-toolkit/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/ui-toolkit/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/ui-toolkit"],
"outputs": [
"coverage/libs/ui-toolkit"
],
"options": {
"jestConfig": "libs/ui-toolkit/jest.config.ts",
"passWithNoTests": true
@@ -56,7 +66,9 @@
},
"build-storybook": {
"executor": "@nrwl/storybook:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"uiFramework": "@storybook/react",
"outputPath": "dist/storybook/ui-toolkit",
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/wallet",
"tsConfig": "libs/wallet/tsconfig.lib.json",
"project": "libs/wallet/package.json",
"entryFile": "libs/wallet/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/wallet/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/wallet/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/wallet"],
"outputs": [
"coverage/libs/wallet"
],
"options": {
"jestConfig": "libs/wallet/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/web3",
"tsConfig": "libs/web3/tsconfig.lib.json",
"project": "libs/web3/package.json",
"entryFile": "libs/web3/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/web3/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/web3/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/web3"],
"outputs": [
"coverage/libs/web3"
],
"options": {
"jestConfig": "libs/web3/jest.config.ts",
"passWithNoTests": true
+15 -5
View File
@@ -6,13 +6,17 @@
"targets": {
"build": {
"executor": "@nrwl/web:rollup",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/withdraws",
"tsConfig": "libs/withdraws/tsconfig.lib.json",
"project": "libs/withdraws/package.json",
"entryFile": "libs/withdraws/src/index.ts",
"external": ["react/jsx-runtime"],
"external": [
"react/jsx-runtime"
],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
@@ -26,14 +30,20 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["libs/withdraws/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"libs/withdraws/**/*.{ts,tsx,js,jsx}"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/withdraws"],
"outputs": [
"coverage/libs/withdraws"
],
"options": {
"jestConfig": "libs/withdraws/jest.config.ts",
"passWithNoTests": true