mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Remove production from prod script
This commit is contained in:
		
							parent
							
								
									d6969e0b85
								
							
						
					
					
						commit
						baccbaf82a
					
				@ -5,8 +5,8 @@
 | 
				
			|||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "dev": "node index.js",
 | 
					    "dev": "node index.js",
 | 
				
			||||||
    "client": "cd client && npm install --production && npm run generate",
 | 
					    "client": "cd client && npm install && npm run generate",
 | 
				
			||||||
    "prod": "npm run client && npm install --production && node prod.js",
 | 
					    "prod": "npm run client && npm install && node prod.js",
 | 
				
			||||||
    "start": "node prod.js"
 | 
					    "start": "node prod.js"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "author": "advplyr",
 | 
					  "author": "advplyr",
 | 
				
			||||||
@ -31,4 +31,4 @@
 | 
				
			|||||||
    "watcher": "^1.2.0"
 | 
					    "watcher": "^1.2.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {}
 | 
					  "devDependencies": {}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user