mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix build script
This commit is contained in:
		
							parent
							
								
									f45a1c4161
								
							
						
					
					
						commit
						87a308f749
					
				@ -6,9 +6,9 @@
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "node index.js",
 | 
			
		||||
    "start": "node index.js",
 | 
			
		||||
    "client": "cd client && npm install && npm run generate",
 | 
			
		||||
    "client": "cd client && npm install && npm run generate-client",
 | 
			
		||||
    "generate-client": "cd client && npm run generate",
 | 
			
		||||
    "prod": "npm run client && npm install && node prod.js",
 | 
			
		||||
    "generate": "cd client && npm run generate",
 | 
			
		||||
    "build-client": "cd client && rm -rf node_modules && npm i && npm run generate",
 | 
			
		||||
    "build-server": "rm -rf node_modules && npm i && npm i ffmpeg-static",
 | 
			
		||||
    "build-prep": "npm run build-client && npm run build-server",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user