Skip to content

Commit 2cad8bf

Browse files
committed
chore: Simplify test script
1 parent 32fc126 commit 2cad8bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/examples/trpc/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"build": "react-router build",
77
"dev": "react-router dev --port 4000",
88
"start": "cross-env NODE_ENV=production ./server.mjs",
9-
"test": "pnpm run --stream '/^test:/'",
10-
"test:types": "react-router typegen && tsc"
9+
"test": "react-router typegen && tsc"
1110
},
1211
"dependencies": {
1312
"@react-router/node": "^7.4.0",

0 commit comments

Comments
 (0)