Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e2ecfd1

Browse files
committed
fix eslint script
1 parent 7fbb99d commit e2ecfd1

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
@@ -9,7 +9,7 @@
99
"build": "NODE_ENV=production & yarn build-library & yarn build-demo",
1010
"build-demo": "webpack -p",
1111
"build-library": "babel ./src --out-dir ./dist --ignore test.js & postcss 'src/styles.css' -d dist & postcss 'src/theme/*.css' -d 'dist/theme'",
12-
"lint": "eslint '**/*.js'",
12+
"lint": "eslint 'src/**/*.js'",
1313
"test": "jest"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)