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 54394f0 commit ebf6591Copy full SHA for ebf6591
dev-packages/e2e-tests/test-applications/node-fastify-app/package.json
@@ -3,10 +3,11 @@
3
"version": "1.0.0",
4
"private": true,
5
"scripts": {
6
- "start": "node src/app.js",
+ "start": "ts-node src/app.ts",
7
"test": "playwright test",
8
"clean": "npx rimraf node_modules pnpm-lock.yaml",
9
- "test:build": "pnpm install",
+ "typecheck": "tsc",
10
+ "test:build": "pnpm install && pnpm run typecheck",
11
"test:assert": "pnpm test"
12
},
13
"dependencies": {
0 commit comments