aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-11-25 05:31:46 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-25 00:01:46 +0000
commitc04b71b2c79bdc5b1612ef0e98f351d1193bdec9 (patch)
treeb46106d37f6d4ecc2bb366fcf5418ac3f478fe42 /.vscode/tasks.json
parentPull in new version of 'recipes' submodule (diff)
downloadferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.gz
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.zst
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.zip
Switch npm to pnpm (#714)
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}