The `packages/core/src/animation/dsl.ts` symlink ws removed in #22692, so `create-/remove-symlinks.sh` scripts for Windows should not try to "fix" it. PR Close #23121
		
			
				
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| cd `dirname $0`
 | |
| 
 | |
| UPGRADE_STATIC_DIR=./../../packages/upgrade/static
 | |
| rm ${UPGRADE_STATIC_DIR}/src
 | |
| mv ${UPGRADE_STATIC_DIR}/src.old ${UPGRADE_STATIC_DIR}/src
 |