From 069b0ba82ab841522a18b13cfd8d52be3426ec76 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 6 Dec 2022 23:23:20 +0100 Subject: [PATCH] copied bundle.js to an web reachable path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb09e43..0af6097 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "start": "webpack-dev-server --host 0.0.0.0 --allowed-hosts all", - "build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/" + "build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/ && cp -r dist/scripts scripts" }, "author": { "name": "Patryk Wojtiuk",