From 976f0f6436106fc96651c55c2e254f21a642fe15 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 28 Oct 2022 06:40:25 +0530 Subject: Revert "Switch from 'npm' to 'pnpm' (#704)" --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1cc1b79e7..a9fb57b06 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "type": "pnpm", + "type": "npm", "script": "dev", "group": { "kind": "build", @@ -10,9 +10,9 @@ } }, { - "type": "pnpm", + "type": "npm", "script": "lint", "group": "test" } ] -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2