mirror of
				https://github.com/kevinveenbirkenbach/roulette-wheel.git
				synced 2025-11-04 11:08:01 +00: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