We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547f282 commit 403131dCopy full SHA for 403131d
package.json
@@ -3,8 +3,8 @@
3
"version": "100.0.0-dev",
4
"description": "PageBuilder module",
5
"scripts": {
6
- "test:static": "npm run ts:errors && tslint --project tsconfig.json",
7
- "test:static:log": "npm run test:static -- -o ./static-error-log.xml -t junit",
+ "test:static": "tslint --project tsconfig.json",
+ "test:static:log": "npm run ts:errors 2>&1 | tee tsc-errors.txt && npm run test:static 2>&1 | tee tslint-errors.txt",
8
"ts:errors": "tsc --noEmit",
9
"ts:errors:watch": "npm run ts:errors -- -watch",
10
"ts:lint": "tslint --fix --project .",
0 commit comments