From b150686f109d804e5978dbdd0f790265cb70c2e5 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 31 Aug 2022 18:26:46 +0500 Subject: [PATCH] config: add `test:web` command for running web tests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e5f5249b7..a67455ae4 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build:web": "nx build @notesnook/web", "start:web": "nx start @notesnook/web", "install:web": "lerna add --scope=@notesnook/web ", + "test:web": "nx test @notesnook/web ", "start:android": "nx run-android @notesnook/mobile", "start:ios": "nx run-ios @notesnook/mobile", "prepare:ios": "nx install-pods @notesnook/mobile",