We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59a325 commit 92cfe52Copy full SHA for 92cfe52
1 file changed
packages/services/relayer/package.json
@@ -8,10 +8,10 @@
8
"scripts": {
9
"build": "tsc",
10
"dev": "tsc --watch",
11
- "test": "pnpm test:concurrently 'pnpm test:run'",
12
- "test:run": "pnpm test:file tests/**/*.spec.ts",
13
- "test:file": "NODE_OPTIONS='--import tsx' mocha --timeout 60000",
14
- "test:concurrently": "concurrently -k --success first 'pnpm start:hardhat > /dev/null' ",
+ "old-test": "pnpm test:concurrently 'pnpm test:run'",
+ "old-test:run": "pnpm test:file tests/**/*.spec.ts",
+ "old-test:file": "NODE_OPTIONS='--import tsx' mocha --timeout 60000",
+ "old-test:concurrently": "concurrently -k --success first 'pnpm start:hardhat > /dev/null' ",
15
"start:hardhat": "pnpm hardhat node --port 9547",
16
"typecheck": "tsc --noEmit"
17
},
0 commit comments