Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Masafumi Koba <[email protected]>
  • Loading branch information
romainmenke and ybiquitous authored Jul 28, 2024
1 parent 2c5c0c0 commit e39d7cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"lint:formatting": "prettier --check .",
"lint:md": "remark . --quiet --frail",
"prepare": "husky",
"test": "npm run lint",
"pretest": "npm run lint",
"test": "node scripts/test.js",
"update-readme": "node scripts/update-readme.js",
"update-workflows": "node scripts/update-workflows.js"
},
Expand Down

0 comments on commit e39d7cd

Please sign in to comment.