Skip to content

Commit eab2f47

Browse files
committed
build: update scripts
1 parent 69f76b8 commit eab2f47

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
@@ -17,7 +17,7 @@
1717
"build": "rollup -c",
1818
"docs:dev": "docz dev",
1919
"docs:build": "docz build",
20-
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
20+
"lint": "eslint 'src/components/**/*.{js,ts,tsx}'",
2121
"test": "jest --coverage",
2222
"test:update": "jest --coverage --updateSnapshot"
2323
},

0 commit comments

Comments
 (0)