Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 7, 2020
1 parent a78d8e1 commit 44ca7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"scripts": {
"lint": "prettier . --check",
"fix": "prettier . --write"
"lint": "npx prettier . --check",
"fix": "npx prettier . --write"
}
}

0 comments on commit 44ca7e9

Please sign in to comment.