Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit cfb5ef1

Browse files
committed
Remove unnecessary npx reference in package.json
1 parent f5032a5 commit cfb5ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"pretest": "npm run check",
8282
"build": "rm -rf dist && rollup -c",
8383
"check": "rm -rf dist && cross-env TS_CHECK_ENABLED=true rollup -c",
84-
"lint": "npx eslint '{src,runtime}/**/*[!.d].{ts,js}'",
84+
"lint": "eslint '{src,runtime}/**/*[!.d].{ts,js}'",
8585
"prepare": "npm run build",
8686
"dev": "rollup -cw",
8787
"prepublishOnly": "npm test"

0 commit comments

Comments
 (0)