@yamato-daiwa/automation 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/EntryPoint.js +2 -1
- package/package.json +1 -1
package/EntryPoint.js
CHANGED
|
@@ -4315,6 +4315,7 @@ class WebpackConfigGenerator {
|
|
|
4315
4315
|
new vue_loader_1.VueLoaderPlugin(),
|
|
4316
4316
|
new eslint_webpack_plugin_1.default({
|
|
4317
4317
|
extensions: ["js", "ts", "vue"],
|
|
4318
|
+
failOnError: this.masterConfigRepresentative.isProductionBuildingMode,
|
|
4318
4319
|
failOnWarning: this.masterConfigRepresentative.isProductionBuildingMode
|
|
4319
4320
|
})
|
|
4320
4321
|
],
|
|
@@ -4960,7 +4961,7 @@ const AccessibilityInspectorLocalization__English = {
|
|
|
4960
4961
|
description: `Begin the inspection of file '${namedParameters.targetFileRelativePath}' ...`
|
|
4961
4962
|
}),
|
|
4962
4963
|
generateInspectionFinishedWithNoIssuesFoundSuccessLog: (namedParameters) => ({
|
|
4963
|
-
title: "
|
|
4964
|
+
title: "Accessibility inspection finished",
|
|
4964
4965
|
description: `File '${namedParameters.targetFileRelativePath}' is has not the accessibility issues.\n` +
|
|
4965
4966
|
`${namedParameters.secondsElapsed} seconds elapsed.`
|
|
4966
4967
|
}),
|
package/package.json
CHANGED