mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Add contributor commands to package.json
This commit is contained in:
parent
8ea15fc6aa
commit
afb396ed65
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"contributors:add": "all-contributors add",
|
||||
"contributors:check": "all-contributors check",
|
||||
"contributors:generate": "all-contributors generate",
|
||||
"dev": "npm run development",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
|
|
Loading…
Reference in a new issue