mirror of
				https://github.com/kevinveenbirkenbach/roulette-wheel.git
				synced 2025-11-04 02:58:01 +00:00 
			
		
		
		
	add static directory in build run
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "webpack-dev-server",
 | 
			
		||||
    "build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css"
 | 
			
		||||
    "build": "webpack --config webpack.config.prod.js && cp index.html dist/index.html && cp app.css dist/app.css && cp -r static dist/static"
 | 
			
		||||
  },
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Patryk Wojtiuk",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user