8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| npm ci --ignore-scripts
 | |
| 
 | |
| python3 -m venv --clear venv
 | |
| source venv/bin/activate
 | |
| pip install --require-hashes --only-binary :all: -r requirements.txt
 | 
