File tree Expand file tree Collapse file tree 1 file changed +36
-4
lines changed Expand file tree Collapse file tree 1 file changed +36
-4
lines changed Original file line number Diff line number Diff line change 3
3
"tasks" : [
4
4
{
5
5
"type" : " shell" ,
6
- "command" : " yarn --cwd packages/vscode-extension build:extension:dev" ,
6
+ "command" : " shadowenv" ,
7
+ "args" : [
8
+ " exec" ,
9
+ " --" ,
10
+ " yarn" ,
11
+ " --cwd" ,
12
+ " packages/vscode-extension" ,
13
+ " build:extension:dev"
14
+ ],
7
15
"group" : " build" ,
8
16
"label" : " vscode dev" ,
9
17
"dependsOrder" : " parallel" ,
17
25
{
18
26
"label" : " parser pre build" ,
19
27
"type" : " shell" ,
20
- "command" : " yarn --cwd packages/liquid-html-parser prebuild:ts"
28
+ "command" : " shadowenv" ,
29
+ "args" : [
30
+ " exec" ,
31
+ " --" ,
32
+ " yarn" ,
33
+ " --cwd" ,
34
+ " packages/liquid-html-parser" ,
35
+ " prebuild:ts"
36
+ ],
21
37
},
22
38
{
23
39
"label" : " language-config" ,
24
40
"type" : " shell" ,
25
- "command" : " yarn --cwd packages/vscode-extension build:language-config"
41
+ "command" : " shadowenv" ,
42
+ "args" : [
43
+ " exec" ,
44
+ " --" ,
45
+ " yarn" ,
46
+ " --cwd" ,
47
+ " packages/vscode-extension" ,
48
+ " build:language-config"
49
+ ],
26
50
},
27
51
{
28
52
"label" : " theme check build" ,
29
53
"type" : " shell" ,
30
- "command" : " yarn --cwd packages/theme-check-node build:ts"
54
+ "command" : " shadowenv" ,
55
+ "args" : [
56
+ " exec" ,
57
+ " --" ,
58
+ " yarn" ,
59
+ " --cwd" ,
60
+ " packages/theme-check-node" ,
61
+ " build:ts"
62
+ ],
31
63
},
32
64
{
33
65
"label" : " playground" ,
You can’t perform that action at this time.
0 commit comments