Skip to content

Commit 8bf28cf

Browse files
committed
adjust package.json
1 parent d4a152c commit 8bf28cf

File tree

1 file changed

+3
-2
lines changed
  • dev-packages/e2e-tests/test-applications/node-fastify-app

1 file changed

+3
-2
lines changed

dev-packages/e2e-tests/test-applications/node-fastify-app/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"start": "node src/app.js",
6+
"start": "ts-node src/app.ts",
77
"test": "playwright test",
88
"clean": "npx rimraf node_modules pnpm-lock.yaml",
9-
"test:build": "pnpm install",
9+
"typecheck": "tsc",
10+
"test:build": "pnpm install && pnpm run typecheck",
1011
"test:assert": "pnpm test"
1112
},
1213
"dependencies": {

0 commit comments

Comments
 (0)