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

Commit 37d2ca2

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 36e7a4a commit 37d2ca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"test:integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts",
5656
"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",
5757
"dev:watch-dist": "tsx ./bin/watch-dist.ts",
58-
"dev:prettier-check": "prettier . --check",
59-
"dev:prettier-fix": "prettier . --write",
58+
"dev:format-check": "dprint check",
59+
"dev:format-fix": "dprint fmt",
6060
"chore:update-build-info": "tsx bin/update-build-info.ts",
6161
"chore:ci-update-nightly-version": "tsx ./bin/update-nightly-version.ts",
6262
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",

0 commit comments

Comments
 (0)