Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit d54ae23

Browse files
author
Matt Goo
authored
fix(infrastructure): remove duplicate tsconfig properties (#736)
1 parent 8c04520 commit d54ae23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:unit": "npm run clean && cross-env NODE_ENV=test karma start karma.local.js --single-run",
2020
"test:unit-ci": "karma start karma.ci.js --single-run",
2121
"test:image-diff": "MDC_COMMIT_HASH=$(git rev-parse --short HEAD) MDC_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) mocha --require ts-node/register --require babel-core/register --ui tdd --timeout 30000 test/screenshot/diff-suite.tsx",
22-
"test:screenshots": "docker run -it --rm --cap-add=SYS_ADMIN -e MDC_GCLOUD_SERVICE_ACCOUNT_KEY=\"${MDC_GCLOUD_SERVICE_ACCOUNT_KEY}\" mdcreact/screenshots /bin/sh -c 'git checkout .; git checkout master; git pull; npm i; /home/pptruser/material-components-web-react/test/screenshot/start.sh; sleep 35s; npm run test:image-diff'",
22+
"test:screenshots": "docker run -it --rm --cap-add=SYS_ADMIN -e MDC_GCLOUD_SERVICE_ACCOUNT_KEY=\"${MDC_GCLOUD_SERVICE_ACCOUNT_KEY}\" mdcreact/screenshots /bin/sh -c 'git checkout .; git checkout master; git pull; npm i; /home/pptruser/material-components-web-react/test/screenshot/start.sh; sleep 40s; npm run test:image-diff'",
2323
"upload:screenshots": "node ./test/screenshot/upload-screenshots.js"
2424
},
2525
"config": {

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
"compilerOptions": {
44
"outDir": "./types/",
55
"sourceMap": true,
6-
"strictNullChecks": true,
76
"module": "commonjs",
87
"lib": ["es2015", "es2017", "dom"],
98
"jsx": "react",
109
"target": "es5",
1110
"noUnusedLocals": true,
1211
"noUnusedParameters": true,
13-
"forceConsistentCasingInFileNames": true
1412
},
1513
"compileOnSave": true,
1614
"exclude": [

0 commit comments

Comments
 (0)