Skip to content

Commit dc9418d

Browse files
committed
fix package.json script typo
1 parent 693e31c commit dc9418d

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
@@ -43,7 +43,7 @@
4343
"types": "types.d.ts",
4444
"homepage": "http://github.com/webpack/enhanced-resolve",
4545
"scripts": {
46-
"lint": "yarn run code-lint && yarn run type-lint && yarn run special-lint yarn run spelling",
46+
"lint": "yarn run code-lint && yarn run type-lint && yarn run special-lint && yarn run spelling",
4747
"fix": "yarn run code-lint-fix && yarn run special-lint-fix",
4848
"code-lint": "eslint --cache lib test",
4949
"code-lint-fix": "eslint --cache lib test --fix",

0 commit comments

Comments
 (0)