Commit fbe8ac8a authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski Committed by Alexandre Delanoë

[nix] don't browserify if there were compilation errors in 'build'

parent 2a559808
...@@ -54,6 +54,8 @@ let ...@@ -54,6 +54,8 @@ let
build = pkgs.writeShellScriptBin "build" '' build = pkgs.writeShellScriptBin "build" ''
#!/usr/bin/env bash #!/usr/bin/env bash
set -e
echo "Compiling" echo "Compiling"
build-purs-from-store build-purs-from-store
echo "Bundling" echo "Bundling"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment