Skip to content

Commit f4eec29

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated readme
1 parent 4dbd0cc commit f4eec29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install
2828
npm run server &
2929
cd ../../../
30-
npm run test:ci &
30+
npm run test:ci
3131
npm run build
3232
env:
3333
CI: true

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:app": "ng build",
99
"build": "ng build && npm run assets",
1010
"test": "ng test",
11-
"test:ci": "ng test app --code--coverage && codecov",
11+
"test:ci": "ng test app --watch=false --no-progress --code--coverage && codecov",
1212
"test:e2e": "cypress open",
1313
"lint": "ng lint",
1414
"watch": "ng build --watch --configuration development",

0 commit comments

Comments
 (0)