Skip to content

Commit d2f2045

Browse files
fix(_official-blog-tutorial): fix typecheck script (#133)
1 parent 456480c commit d2f2045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_official-blog-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 'cypress open'",
1919
"pretest:e2e:run": "npm run build",
2020
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 'cypress run'",
21-
"typecheck": "tsc && tsc cypress",
21+
"typecheck": "tsc && tsc -p cypress",
2222
"validate": "run-p \"test -- --run\" lint typecheck test:e2e:run"
2323
},
2424
"prettier": {},

0 commit comments

Comments
 (0)