From e9c80c806ffbc62db71a282364569d110ea9cee4 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 21 Dec 2016 10:34:00 +0100 Subject: [PATCH] Update package.json --- src/Squidex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squidex/package.json b/src/Squidex/package.json index 514a158c1..da22646c1 100644 --- a/src/Squidex/package.json +++ b/src/Squidex/package.json @@ -9,7 +9,7 @@ "test:coverage": "karma start karma.coverage.conf.js", "test:clean": "rimraf _test-output", "dev": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/ & webpack-dev-server --config app-config/webpack.run.dev.js --inline --hot --port 3000", - "build": "webpack --config app-config/webpack.run.prod.js --bail", + "build": "webpack --config app-config/webpack.run.prod.js --display-error-details", "build:copy": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/", "build:clean": "rimraf wwwroot/build", "build:detailed": "webpack --config app-config/webpack.run.prod.js --display-error-details"