Skip to content

Commit

Permalink
chore: fix typo in package.json (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring authored and okonet committed Apr 22, 2019
1 parent 63b085f commit e0c8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"cz": "git-cz",
"lint:base": "eslint --rule \"prettier/prettier: 2\"",
"lint": "npm run lint:base -- .",
"lint:fix": "npm run lint --fix",
"lint:fix": "npm run lint -- --fix",
"pretest": "npm run lint",
"test": "jest --coverage",
"test:watch": "jest --watch"
Expand Down

0 comments on commit e0c8aff

Please sign in to comment.