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 7730a07 commit 673079cCopy full SHA for 673079c
packages/node-resolve/package.json
@@ -31,7 +31,7 @@
31
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
32
"prebuild": "del-cli dist",
33
"prepare": "pnpm run build",
34
- "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run test:ts",
+ "prepublishOnly": "pnpm -w run lint && pnpm run test && pnpm run test:ts",
35
"pretest": "pnpm run build",
36
"test": "ava",
37
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
0 commit comments