mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-07 18:57:12 +02:00
copied bundle.js to an web reachable path
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user