From 63f64b1117d52a6485c20edfe2393cbdbc29cbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Storhaug?= Date: Fri, 25 Feb 2022 16:28:48 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e9629f..085f3e7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint src/**/*.ts", "pack": "ncc build", "test": "mocha", - "all": "npm run build && npm run format && npm run lint && npm run pack" + "all": "npm run build && npm run format && npm run lint && npm run pack && npm test" }, "repository": { "type": "git",