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
							
								
									ec23250273
								
							
						
					
					
						commit
						be6da8dad9
					
				| @ -6,9 +6,9 @@ | |||||||
|   "scripts": { |   "scripts": { | ||||||
|     "dev": "node index.js", |     "dev": "node index.js", | ||||||
|     "start": "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", |     "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-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-server": "rm -rf node_modules && npm i && npm i ffmpeg-static", | ||||||
|     "build-prep": "npm run build-client && npm run build-server", |     "build-prep": "npm run build-client && npm run build-server", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user