Skip to content

Commit

Permalink
Refactor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 21, 2020
1 parent 5578723 commit f238614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
@@ -1 +1,3 @@
coverage/
*.json
*.md
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"xo": "^0.32.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . --write && xo --fix",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test-types": "dtslint types",
Expand Down

0 comments on commit f238614

Please sign in to comment.