Skip to content

Commit ab38a3a

Browse files
committed
chore(v): revise pkg
1 parent b2c2bbd commit ab38a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"lint": "eslint ./bin/*.js ./packages/**/*.js ./test/**/*.js",
2929
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
30-
"lint:codeOnly": "eslint \"{utils}/**/!(__testfixtures__)/*.js\" \"{utils}/**.js\"",
30+
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
3131
"precommit": "lint-staged",
3232
"pretest": "npm run lint",
3333
"test": "lerna run test",

0 commit comments

Comments
 (0)