Add contributor commands to package.json

This commit is contained in:
Marcus Moore 2024-01-08 13:26:58 -08:00
parent 8ea15fc6aa
commit afb396ed65
No known key found for this signature in database

View file

@ -1,6 +1,9 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"contributors:add": "all-contributors add",
"contributors:check": "all-contributors check",
"contributors:generate": "all-contributors generate",
"dev": "npm run development", "dev": "npm run development",
"development": "mix", "development": "mix",
"watch": "mix watch", "watch": "mix watch",