Skip to content

Commit 1ff7af3

Browse files
committed
#RI-4820 - bundleVersion consists of app version+jobid
1 parent 884b2aa commit 1ff7af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"start:web": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.web.dev.ts",
4242
"start:web:public": "cross-env PUBLIC_DEV=true NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.web.dev.ts",
4343
"test": "jest ./redisinsight/ui -w 1",
44-
"test:watch": "jest ./redisinsight/ui/src/slices/tests/recommendations/recommendations.spec.ts --watch -w 1",
44+
"test:watch": "jest ./redisinsight/ui --watch -w 1",
4545
"test:cov": "jest ./redisinsight/ui --coverage -w 1",
4646
"test:cov:unit": "jest ./redisinsight/ui --group=-component --coverage -w 1",
4747
"test:cov:component": "jest ./redisinsight/ui --group=component --coverage -w 1",

0 commit comments

Comments
 (0)