Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Mar 15, 2021
1 parent 2598454 commit 67cdcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Expand Up @@ -4,7 +4,7 @@ pre-commit:
prettier:
files: git diff --name-only @{push}
glob: "*.{js,ts}"
run: npx prettier --single-quote --write
run: npx prettier --single-quote --write {files}
linter:
files: git diff --name-only @{push}
glob: "*.{js,ts}"
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -26,6 +26,7 @@
"test": "TZ=utc jest",
"test:coverage": "jest --collectCoverage --detectOpenHandles",
"test:watch": "jest --watch",
"test:all": "npm run test && npm run test:folio",
"all": "npm run format && npm run lint && npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 67cdcbd

Please sign in to comment.