Skip to content

Commit 673079c

Browse files
committed
fixup node-resolve lint run
1 parent 7730a07 commit 673079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-resolve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
3232
"prebuild": "del-cli dist",
3333
"prepare": "pnpm run build",
34-
"prepublishOnly": "pnpm run lint && pnpm run test && pnpm run test:ts",
34+
"prepublishOnly": "pnpm -w run lint && pnpm run test && pnpm run test:ts",
3535
"pretest": "pnpm run build",
3636
"test": "ava",
3737
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"

0 commit comments

Comments
 (0)