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",