Skip to content

Commit

Permalink
h5p: run commands added
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmid committed Aug 25, 2023
1 parent c794f0d commit bcdde0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 --",
Expand Down

0 comments on commit bcdde0c

Please sign in to comment.