stable

Clone or download

Read-only

request #10785: Error in a component's run build script should fail Tuleap build

Also make kanban build depend on artifact-modal (previously, they ran concurrently). How to test: - In artifact-modal's package json, add a "preinstall: sleep 50". Run "npm run build" in tuleap root. Kanban build should wait for artifact-modal to be finished. - In a package.json, for example TLP's package.json, add an "exit 1" in the build script. Run "npm run build" in tuleap root. The whole "npm run build" should finish in error. Change-Id: I06315981752873358c63bb442b5a0ca0a7ff48a7

Modified Files

Name
M gulpfile.js +6 −4 Go to diff View file
M tools/utils/component-builder.js +30 −13 Go to diff View file