Skip to content

Commit

Permalink
feat(scripts): build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 8, 2021
1 parent 8a97442 commit fa4c8ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
],
"scripts": {
"report": "lighthouse http://127.0.0.1:4000",
"lint": "npx prettier --write ."
"lint": "npx prettier --write .",
"lint:md": "npx prettier --config .prettierrc.js --write '**/*.md'",
"lint:fix": "sh ./lint-fix.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fa4c8ce

Please sign in to comment.