From e1b20580496a025d0ffbee829abb8f8875448639 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 16 Mar 2023 23:35:34 +0100 Subject: [PATCH] build: format src/ping.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec654a49..4fb612a05 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "test": "echo \"There are no tests :(\"", "build": "ncc build -o dist index.js", - "format": "prettier --write index.js", + "format": "prettier --write index.js src/ping.js", "check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json", "update:cypress": "./scripts/update-cypress-latest.sh" },