Rebuild when the environment changes (#7688)
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -49,7 +49,7 @@ RUST_SOURCES := $(wildcard rust/**/*.rs)
 | 
			
		||||
 | 
			
		||||
REACT_SOURCES := $(wildcard src/*.tsx) $(wildcard src/**/*.tsx)
 | 
			
		||||
TYPESCRIPT_SOURCES := tsconfig.* $(wildcard src/*.ts) $(wildcard src/**/*.ts)
 | 
			
		||||
VITE_SOURCES := $(wildcard vite.*) $(wildcard vite/**/*.tsx)
 | 
			
		||||
VITE_SOURCES := $(wildcard vite.*) $(wildcard vite/**/*.tsx) .env*
 | 
			
		||||
 | 
			
		||||
.PHONY: build
 | 
			
		||||
build: install public/kcl_wasm_lib_bg.wasm public/kcl-samples/manifest.json .vite/build/main.js
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user