From 1aacde9debc118c33b3a6fb210dfd3d86f551d48 Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Sat, 26 Oct 2024 20:45:21 +0530 Subject: [PATCH] misc. --- source/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/package.json b/source/package.json index f259fb7..7ab072f 100644 --- a/source/package.json +++ b/source/package.json @@ -7,9 +7,9 @@ "main": "appexpress.js", "license": "Apache-2.0", "scripts": { - "tests": "cd tests && node test.js", "lint": "prettier . --check", - "format": "prettier . --write" + "format": "prettier . --write", + "tests": "cd tests && node test.js" }, "prettier": { "tabWidth": 4,