Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e95172e

Browse files
committed
build(scripts): replace prettier with dprint
also renaming the script from "dev:prettier" to a more "generic" term "dev:format"
1 parent cdc6ce2 commit e95172e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"test:integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
5959
"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",
6060
"dev:watch-dist": "tsx ./bin/watch-dist.ts",
61-
"dev:prettier-check": "prettier . --check",
62-
"dev:prettier-fix": "prettier . --write",
61+
"dev:format-check": "dprint check",
62+
"dev:format-fix": "dprint fmt",
6363
"dev:linter-check": "eslint .",
6464
"dev:linter-fix": "eslint . --fix",
6565
"chore:update-build-info": "tsx bin/update-build-info.ts",

0 commit comments

Comments
 (0)