From 57be38b005d956eabec777aa5234782cfef1056f Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 23 Dec 2024 01:12:41 +0100 Subject: [PATCH] chore: add prettier write script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 841f512..e8ac9a9 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "npx rollup --config rollup.config.js -w", "build": "npx rollup --config rollup.config.js --environment BUILD:production", "check-format": "npx prettier --check src", + "fix-format": "npx prettier --write src", "test": "npx jest", "bdd": "npx jest -i --watch --no-cache", "version": "node ersion-bump.mjs && git add manifest.json versions.json"