From 7a5151a1622cbcd09f6064e8d968604fd23e555a Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 26 Jul 2024 15:56:08 +0300 Subject: [PATCH] Typo --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 104bfd7..ca2fd22 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "scripts": { "start": "nx serve ngx-image-compress-demo", "lint": "prettier -w \"projects/**/*.{ts,json,scss,html}\" *.json", + "test:app": "nx test ngx-image-compress-demo", "test:lib": "node scripts/convert-assets-to-data-urls.js && nx test ngx-image-compress", "build": "nx build ngx-image-compress-demo" },