mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 09:35:07 +01:00 
			
		
		
		
	Add job-archive-demo.tar to .gitignore and ignore .idea directory in migrations/mysql***
***Update config-demo.json with new database connection details*** ***Add console.log statement in Systems.root.svelte*** ***Add "Partitions" menu item in Header.svelte*** ***Add partitions related files and routes*** ***Add partitions.entrypoint.js*** ***Update Makefile to use pnpm instead of npm*** ***Comment out wget commands in startDemo.sh*** ***Update rollup.config.mjs to include partitions.entrypoint.js*** ***Add PartitionSetting.svelte and Dashboard.svelte
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -38,7 +38,7 @@ $(TARGET): $(VAR) $(CFG) $(SVELTE_TARGETS)
 | 
			
		||||
 | 
			
		||||
frontend:
 | 
			
		||||
	$(info ===>  BUILD frontend)
 | 
			
		||||
	cd web/frontend && npm install && npm run build
 | 
			
		||||
	cd web/frontend && pnpm install && pnpm run build
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	$(info ===>  CLEAN)
 | 
			
		||||
@@ -75,7 +75,7 @@ config.json:
 | 
			
		||||
 | 
			
		||||
$(SVELTE_TARGETS): $(SVELTE_SRC)
 | 
			
		||||
	$(info ===>  BUILD frontend)
 | 
			
		||||
	cd web/frontend && npm install && npm run build
 | 
			
		||||
	cd web/frontend && pnpm install && pnpm run build
 | 
			
		||||
 | 
			
		||||
install: $(TARGET)
 | 
			
		||||
	@WORKSPACE=$(PREFIX)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user