From 29fc9a94f653f56f9d5f4d2c7e60cf884bcec14c Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 4 Jul 2022 12:40:39 -0700 Subject: [PATCH] fix(package.json): file name fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b03abfd..bddbd3e8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build:prod": "yarn lint && yarn fmt && node ./scripts/build.js", "build": "yarn lint && yarn fmt && tsc", "lint": "eslint src --ext .ts --fix", - "fmt": "prettier --write ./.prettierc.json src/**/*.ts" + "fmt": "prettier --write ./.prettierrc.json src/**/*.ts" }, "devDependencies": { "@augu/eslint-config": "2.2.0",