mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	habitica: ensure config is available before build
This commit is contained in:
		@@ -29,9 +29,10 @@ msg_info "Setup ${APPLICATION}"
 | 
				
			|||||||
cd /opt/habitica
 | 
					cd /opt/habitica
 | 
				
			||||||
$STD npm i
 | 
					$STD npm i
 | 
				
			||||||
$STD npm run postinstall
 | 
					$STD npm run postinstall
 | 
				
			||||||
 | 
					cp config.json.example config.json
 | 
				
			||||||
$STD npm run client:build
 | 
					$STD npm run client:build
 | 
				
			||||||
$STD gulp build:prod
 | 
					$STD gulp build:prod
 | 
				
			||||||
cp config.json.example config.json
 | 
					
 | 
				
			||||||
msg_ok "Setup ${APPLICATION}"
 | 
					msg_ok "Setup ${APPLICATION}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Creating Service"
 | 
					msg_info "Creating Service"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user