Ver código fonte

change yarn commands to pnpm

Futa Arai 1 ano atrás
pai
commit
4d272a5e07
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      apps/pdf-converter/package.json

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

@@ -7,9 +7,9 @@
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {
     "dev:pdf-converter": "nodemon --watch \"src/**/*.ts\" --ignore \"node_modules/**/*\" --exec ts-node -r \"dotenv-flow/config\" src/index.ts",
     "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",
     "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": {
   "dependencies": {
     "@tsed/cli": "^5.4.3",
     "@tsed/cli": "^5.4.3",