From bc980882d05b7eec4135e4a286f6843fa6cc1bd0 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 26 Oct 2022 07:15:33 +0530 Subject: Switch from 'npm' to 'pnpm' (#704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus Hatvan Co-authored-by: Nathanaël Houn Co-authored-by: Balaji Vijayakumar Co-authored-by: André Oliveira --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a9fb57b06..1cc1b79e7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "type": "npm", + "type": "pnpm", "script": "dev", "group": { "kind": "build", @@ -10,9 +10,9 @@ } }, { - "type": "npm", + "type": "pnpm", "script": "lint", "group": "test" } ] -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2