Skip to content

Commit

Permalink
fixup node-resolve lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 4, 2021
1 parent 7730a07 commit 673079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
"prebuild": "del-cli dist",
"prepare": "pnpm run build",
"prepublishOnly": "pnpm run lint && pnpm run test && pnpm run test:ts",
"prepublishOnly": "pnpm -w run lint && pnpm run test && pnpm run test:ts",
"pretest": "pnpm run build",
"test": "ava",
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
Expand Down

0 comments on commit 673079c

Please sign in to comment.