Skip to content

Commit 899e365

Browse files
committed
fix test script in package.json
1 parent 0f75e1e commit 899e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "ng serve",
88
"dev-up": "yarn && yarn run codegen && yarn start",
99
"build": "ng build",
10-
"test": "ng test --source-map=false",
10+
"test": "ng test --source-map=true",
1111
"test-react": "yarn jest",
1212
"lint": "yarn eslint src --ext .ts,.tsx && ng lint --type-check=true",
1313
"e2e": "ng e2e",

0 commit comments

Comments
 (0)