mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Fix temporary setup and format
This commit is contained in:
		
							parent
							
								
									46f91276c2
								
							
						
					
					
						commit
						2f01b26339
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -8,7 +8,7 @@ | ||||||
|     "watch": "tsc -w", |     "watch": "tsc -w", | ||||||
|     "start": "npm run build && electron ./ts-out/main.js", |     "start": "npm run build && electron ./ts-out/main.js", | ||||||
|     "package": "npm run build && electron-builder", |     "package": "npm run build && electron-builder", | ||||||
|     "format": "prettier --write **/*", |     "format": "prettier --write src/**/*", | ||||||
|     "postinstall": "husky install" |     "postinstall": "husky install" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|  |  | ||||||
|  | @ -51,7 +51,7 @@ export function setup() { | ||||||
|         "settings", |         "settings", | ||||||
|         { |         { | ||||||
|             ...defaults, |             ...defaults, | ||||||
|             doneSetup: true |             doneSetup: false | ||||||
|         }, |         }, | ||||||
|         function (error) { |         function (error) { | ||||||
|             if (error) throw error; |             if (error) throw error; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue