Skip to content

Commit

Permalink
fix: spelling mistake in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed May 13, 2020
1 parent 7c3bf35 commit c7fdb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint": "eslint src/",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:watch": "npm rest -- --watch"
"test:watch": "npm test -- --watch"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c7fdb9d

Please sign in to comment.