From fd9b60be1e03773202755afb6495b7c295607a69 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 3 Nov 2016 13:06:23 +0100 Subject: [PATCH] Fix --- 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 245a9c165..d55688428 100644 --- a/src/Squidex/package.json +++ b/src/Squidex/package.json @@ -10,7 +10,7 @@ "test:clean": "rimraf _test-output", "dev": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/ & webpack-dev-server --inline --hot --port 3000", "build": "webpack --config app-config/webpack.prod.js --bail", - "build:copy": "cpx node_modules/oidc-client/dist/oidc-client.min.js", + "build:copy": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/", "build:clean": "rimraf wwwroot/build" }, "dependencies": {