Skip to content

Commit 5c61f4a

Browse files
committed
fixed lint script command
1 parent 261a731 commit 5c61f4a

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
@@ -8,7 +8,7 @@
88
"build": "babel src --out-dir lib --source-maps",
99
"lint:src": "eslint 'src/**/*.js'",
1010
"lint:test": "eslint 'spec/**/*.js'",
11-
"lint:fix": "eslint 'spec/**/*.js' --fix && eslint 'spec/**/*.js' --fix",
11+
"lint:fix": "eslint 'src/**/*.js' --fix && eslint 'spec/**/*.js' --fix",
1212
"lint": "npm run lint:src && npm run lint:test",
1313
"test": "nyc --reporter=lcov jasmine",
1414
"posttest": "nyc report --reporter=json && codecov -f coverage/*.json",

0 commit comments

Comments
 (0)