We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f75e1e commit 899e365Copy full SHA for 899e365
ui/package.json
@@ -7,7 +7,7 @@
7
"start": "ng serve",
8
"dev-up": "yarn && yarn run codegen && yarn start",
9
"build": "ng build",
10
- "test": "ng test --source-map=false",
+ "test": "ng test --source-map=true",
11
"test-react": "yarn jest",
12
"lint": "yarn eslint src --ext .ts,.tsx && ng lint --type-check=true",
13
"e2e": "ng e2e",
0 commit comments