From c9229ba0577b480237b4ea5061642d7b4b7f5f0c Mon Sep 17 00:00:00 2001 From: Sparkenstein Date: Mon, 12 Feb 2024 13:42:17 +0530 Subject: [PATCH] feat: move to pnpm --- package.json | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3b08e03..1aa13ee 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tauri": "tauri", "lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix", "lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ", - "lint": "yarn lint:format && yarn lint:fix ", + "lint": "pnpm lint:format && pnpm lint:fix ", "type-check": "tsc" }, "dependencies": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0d5ab27..6231904 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,8 +6,8 @@ "build": { "distDir": "../dist", "devPath": "http://localhost:3000", - "beforeDevCommand": "yarn dev", - "beforeBuildCommand": "yarn build" + "beforeDevCommand": "pnpm dev", + "beforeBuildCommand": "pnpm build" }, "tauri": { "bundle": {