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.
typecheck
1 parent 456480c commit d2f2045Copy full SHA for d2f2045
_official-blog-tutorial/package.json
@@ -18,7 +18,7 @@
18
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 'cypress open'",
19
"pretest:e2e:run": "npm run build",
20
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 'cypress run'",
21
- "typecheck": "tsc && tsc cypress",
+ "typecheck": "tsc && tsc -p cypress",
22
"validate": "run-p \"test -- --run\" lint typecheck test:e2e:run"
23
},
24
"prettier": {},
0 commit comments