mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-11-22 10:11:04 +01:00
copied bundle.js to an web reachable path
This commit is contained in:
parent
6714e3fbcd
commit
069b0ba82a
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --host 0.0.0.0 --allowed-hosts all",
|
"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": {
|
"author": {
|
||||||
"name": "Patryk Wojtiuk",
|
"name": "Patryk Wojtiuk",
|
||||||
|
Loading…
Reference in New Issue
Block a user