renamed distribution directory
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
set -uo pipefail
 | 
			
		||||
 | 
			
		||||
if [[ -d deploy/ ]]; then
 | 
			
		||||
   rm -r deploy/;
 | 
			
		||||
if [[ -d dist/ ]]; then
 | 
			
		||||
   rm -r dist/;
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
cp -r target/ deploy/;
 | 
			
		||||
cp -r target/ dist/;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user