mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-09 19:57:12 +02:00
add indext.html && app.css copy to dist in build script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server",
|
"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": {
|
"author": {
|
||||||
"name": "Patryk Wojtiuk",
|
"name": "Patryk Wojtiuk",
|
||||||
|
Reference in New Issue
Block a user