Skip to content

Commit

Permalink
feat(package): format more files
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 31, 2024
1 parent 72c1608 commit 83bcbea
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 @@ -9,7 +9,7 @@
"build": "tsc && ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts && ncc build -o dist/restore-only src/restoreOnly.ts && ncc build -o dist/save-only src/saveOnly.ts",
"test": "tsc --noEmit && jest --coverage",
"lint": "eslint **/*.ts --cache",
"format": "prettier --write **/*.ts",
"format": "prettier --write **/*.ts .github/workflows/ci.yaml **/*.md",
"format-check": "prettier --check **/*.ts",
"readme": "npx action-docs -u; (cd save; npx action-docs -u); (cd restore; npx action-docs -u); prettier --write restore/README.md save/README.md README.md"
},
Expand Down

0 comments on commit 83bcbea

Please sign in to comment.