mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	build(scripts): replace prettier with dprint
also renaming the script from "dev:prettier" to a more "generic" term "dev:format"
This commit is contained in:
		
							parent
							
								
									cdc6ce2118
								
							
						
					
					
						commit
						e95172e2db
					
				@ -58,8 +58,8 @@
 | 
				
			|||||||
    "test:integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
 | 
					    "test:integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
 | 
				
			||||||
    "test:integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
 | 
					    "test:integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
 | 
				
			||||||
    "dev:watch-dist": "tsx ./bin/watch-dist.ts",
 | 
					    "dev:watch-dist": "tsx ./bin/watch-dist.ts",
 | 
				
			||||||
    "dev:prettier-check": "prettier . --check",
 | 
					    "dev:format-check": "dprint check",
 | 
				
			||||||
    "dev:prettier-fix": "prettier . --write",
 | 
					    "dev:format-fix": "dprint fmt",
 | 
				
			||||||
    "dev:linter-check": "eslint .",
 | 
					    "dev:linter-check": "eslint .",
 | 
				
			||||||
    "dev:linter-fix": "eslint . --fix",
 | 
					    "dev:linter-fix": "eslint . --fix",
 | 
				
			||||||
    "chore:update-build-info": "tsx bin/update-build-info.ts",
 | 
					    "chore:update-build-info": "tsx bin/update-build-info.ts",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user