aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
commit976f0f6436106fc96651c55c2e254f21a642fe15 (patch)
tree2032c66c0d31d98b0b55e9a7267146e82f079424 /.vscode/tasks.json
parentfix: 'failed prop' warning in QuickSwitchModal, SettingsNavigation, SettingsW... (diff)
downloadferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.gz
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.zst
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.zip
Revert "Switch from 'npm' to 'pnpm' (#704)"
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json6
1 files changed, 3 insertions, 3 deletions
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 @@
2 "version": "2.0.0", 2 "version": "2.0.0",
3 "tasks": [ 3 "tasks": [
4 { 4 {
5 "type": "pnpm", 5 "type": "npm",
6 "script": "dev", 6 "script": "dev",
7 "group": { 7 "group": {
8 "kind": "build", 8 "kind": "build",
@@ -10,9 +10,9 @@
10 } 10 }
11 }, 11 },
12 { 12 {
13 "type": "pnpm", 13 "type": "npm",
14 "script": "lint", 14 "script": "lint",
15 "group": "test" 15 "group": "test"
16 } 16 }
17 ] 17 ]
18} 18} \ No newline at end of file