mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	scripts: add prettier scripts
This commit is contained in:
		
							parent
							
								
									2e0822f066
								
							
						
					
					
						commit
						d73356e7ec
					
				| @ -49,7 +49,9 @@ | |||||||
|     "integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", |     "integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", | ||||||
|     "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", |     "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", | ||||||
|     "generate-document": "cross-env nodemon src/tools/generate_document.ts 1000", |     "generate-document": "cross-env nodemon src/tools/generate_document.ts 1000", | ||||||
|     "ci-update-nightly-version": "tsx ./bin/update-nightly-version.ts" |     "ci-update-nightly-version": "tsx ./bin/update-nightly-version.ts", | ||||||
|  |     "prettier-check": "prettier . --check", | ||||||
|  |     "prettier-fix": "prettier . --write" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@braintree/sanitize-url": "7.1.1", |     "@braintree/sanitize-url": "7.1.1", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos