This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
skyux test
does not fail build
#755
Labels
skyux test
does not fail build
#755
Expected behavior
skyux test
should fail the build.Actual behavior
The exit code is always
0
. I believe it is related to webpack always being in watch mode: https://github.com/blackbaud/skyux-builder/blob/master/plugin/process-exit-code/index.js#L17From the Webpack docs: "In webpack-dev-server and webpack-dev-middleware watch mode is enabled by default."
Steps to reproduce
skyux test
throws exit code0
The text was updated successfully, but these errors were encountered: