Update package.json
This commit is contained in:
parent
42d999dc42
commit
0380296ed7
|
@ -4,6 +4,7 @@
|
|||
"db:create": "node scripts/commands/database/create.js",
|
||||
"db:matrix": "node scripts/commands/database/matrix.js",
|
||||
"db:update": "node scripts/commands/database/update.js",
|
||||
"db:cleanup": "node scripts/commands/database/cleanup.js",
|
||||
"cluster:load": "node scripts/commands/cluster/load.js",
|
||||
"playlist:validate": "node scripts/commands/playlist/validate.js",
|
||||
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
||||
|
|
Loading…
Reference in New Issue