Browse Source

change yarn commands to pnpm

Futa Arai 1 year ago
parent
commit
fd81072b38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/pdf-converter/package.json

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

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