mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	chore: update scripts-clean:cache in package.json
				
					
				
			windows环境下缺少rm命令
This commit is contained in:
		
							parent
							
								
									0e632ac4ab
								
							
						
					
					
						commit
						730bae4bdb
					
				@ -13,7 +13,7 @@
 | 
			
		||||
    "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
 | 
			
		||||
    "svgo": "svgo -f src/assets/svg -o src/assets/svg",
 | 
			
		||||
    "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
 | 
			
		||||
    "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
 | 
			
		||||
    "clean:cache": "rimraf node_modules && rimraf .eslintcache && pnpm install",
 | 
			
		||||
    "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
 | 
			
		||||
    "lint:prettier": "prettier --write  \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
 | 
			
		||||
    "lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user