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 a18f659 commit c6949abCopy full SHA for c6949ab
dev-packages/node-integration-tests/package.json
@@ -16,11 +16,9 @@
16
"build:types": "tsc -p tsconfig.types.json",
17
"clean": "rimraf -g **/node_modules && run-p clean:script",
18
"clean:script": "node scripts/clean.js",
19
- "express-v5-install": "cd suites/express-v5 && yarn --no-lockfile",
20
"lint": "eslint . --format stylish",
21
"fix": "eslint . --format stylish --fix",
22
"type-check": "tsc",
23
- "pretest": "yarn express-v5-install",
24
"test": "vitest run",
25
"test:watch": "yarn test --watch"
26
},
dev-packages/node-integration-tests/suites/express-v5/package.json
0 commit comments