mirror of
				https://github.com/nsnail/dot.git
				synced 2025-11-04 11:00:49 +08:00 
			
		
		
		
	build: 📦 构建脚本调整 (#22)
This commit is contained in:
		@@ -13,6 +13,9 @@ git checkout main
 | 
				
			|||||||
git branch -D release
 | 
					git branch -D release
 | 
				
			||||||
git checkout -b release
 | 
					git checkout -b release
 | 
				
			||||||
./node_modules/.bin/standard-version -r $types[$prefix][0]
 | 
					./node_modules/.bin/standard-version -r $types[$prefix][0]
 | 
				
			||||||
 | 
					./code.clean.ps1
 | 
				
			||||||
 | 
					git add .
 | 
				
			||||||
 | 
					git commit --amend
 | 
				
			||||||
git push --follow-tags --force origin release
 | 
					git push --follow-tags --force origin release
 | 
				
			||||||
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
 | 
					Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
 | 
				
			||||||
cd ./scripts
 | 
					cd ./scripts
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user