From e987aa13d72649083a99f19aeafa7ee3505b5d08 Mon Sep 17 00:00:00 2001 From: p-wojt Date: Thu, 13 Jan 2022 22:09:29 +0100 Subject: [PATCH] add indext.html && app.css copy to dist in build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b0bfc9..3976f2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "start": "webpack-dev-server", - "build": "webpack --config webpack.config.prod.js" + "build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css" }, "author": { "name": "Patryk Wojtiuk",