diff --git a/package.json b/package.json index 7663f16..95074fb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "main": "rm -r dist 2> /dev/null; npx tsc && node ./dist/index.js", "debug": "npx tsnd --respawn ./src/index.ts", "lint": "npx eslint src", - "format": "npx prettier --check src" + "format-check": "npx prettier --check src", + "format-write": "npx prettier --write src" }, "repository": { "type": "git",