diff --git a/package.json b/package.json index d8fad922ec2..f6b26ecc2a8 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,9 @@ "nest:start:h5p": "nest start h5p-editor", "nest:start:h5p:dev": "nest start h5p-editor --debug --watch", "nest:start:h5p:prod": "node dist/apps/server/apps/h5p-editor.app", + "nest:start:h5p:library-management": "nest start h5p-library-management", + "nest:start:h5p:library-management:dev": "nest start h5p-library-management --debug --watch", + "nest:start:h5p:library-management:prod": "node dist/apps/server/apps/h5p-library-management.app", "nest:start:console": "nest start console --", "nest:start:console:dev": "nest start console --watch --", "nest:start:console:debug": "nest start console --debug --watch --",