فهرست منبع

change pdf converter dev command

Futa Arai 1 سال پیش
والد
کامیت
d306d2e624
2فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 1
      apps/pdf-converter/package.json
  2. 0 4
      turbo.json

+ 1 - 1
apps/pdf-converter/package.json

@@ -6,7 +6,7 @@
   "license": "MIT",
   "private": true,
   "scripts": {
-    "dev:pdf-converter": "nodemon --watch \"src/**/*.ts\" --ignore \"node_modules/**/*\" --exec ts-node -r \"dotenv-flow/config\" src/index.ts",
+    "dev": "nodemon --watch \"src/**/*.ts\" --ignore \"node_modules/**/*\" --exec ts-node -r \"dotenv-flow/config\" src/index.ts",
     "lint": "pnpm eslint **/*.{js,ts}",
     "gen:client-code": "tsed run generate-swagger --output ./specs && orval",
     "build": "pnpm gen:client-code && tsc -p tsconfig.build.json"

+ 0 - 4
turbo.json

@@ -74,10 +74,6 @@
       ],
       "outputLogs": "new-only"
     },
-    "dev:pdf-converter": {
-      "cache": false,
-      "persistent": true
-    },
 
     "watch": {
       "outputs": ["dist/**"],