config: add test:web command for running web tests

This commit is contained in:
Abdullah Atta
2022-08-31 18:26:46 +05:00
parent 36c8a13d15
commit b150686f10

View File

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