This commit is contained in:
Aleksi Lassila
2025-02-13 18:28:48 +02:00
parent 715a7f9c7b
commit b67b2298e8
3 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"build": "npm run build -w packages/reiverr-plugin && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "set NODE_ENV=development&& nest start --watch",