aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-26 07:15:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-26 07:15:34 +0530
commitbc980882d05b7eec4135e4a286f6843fa6cc1bd0 (patch)
treeaf3c5d2d8ad417c05e5d579018f94d13667b3ed2 /.vscode/tasks.json
parentUpgrade 'nodejs' to '16.18.0' (#705) (diff)
downloadferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.gz
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.zst
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.zip
Switch from 'npm' to 'pnpm' (#704)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
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 a9fb57b06..1cc1b79e7 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": "npm", 5 "type": "pnpm",
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": "npm", 13 "type": "pnpm",
14 "script": "lint", 14 "script": "lint",
15 "group": "test" 15 "group": "test"
16 } 16 }
17 ] 17 ]
18} \ No newline at end of file 18}