File tree 5 files changed +11
-2
lines changed
5 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 26
26
cache : " yarn"
27
27
28
28
- name : Install dependencies
29
- run : yarn install --immutable --check-cache --check-resolutions || true
29
+ run : yarn install --immutable --check-cache --check-resolutions
30
30
31
31
- name : Check yarn dedupe
32
32
run : yarn dedupe --check
Original file line number Diff line number Diff line change 47
47
- name : Install dependencies
48
48
env :
49
49
YARN_ENABLE_HARDENED_MODE : false
50
- run : yarn install --immutable || true
50
+ run : yarn install --immutable
51
51
52
52
- name : Build WASM
53
53
run : yarn grammar:wasm
Original file line number Diff line number Diff line change 1
1
nodeLinker : node-modules
2
+ enableScripts : false
Original file line number Diff line number Diff line change 426
426
"optional" : true
427
427
}
428
428
},
429
+ "dependenciesMeta" : {
430
+ "tree-sitter-cli" : {
431
+ "built" : true
432
+ }
433
+ },
429
434
"packageManager" : " yarn@4.6.0" ,
430
435
"prettier" : {
431
436
"arrowParens" : " avoid" ,
Original file line number Diff line number Diff line change @@ -6895,6 +6895,9 @@ __metadata:
6895
6895
webpack-cli : " npm:^5.1.4"
6896
6896
peerDependencies :
6897
6897
tree-sitter : ^0.21.1
6898
+ dependenciesMeta :
6899
+ tree-sitter-cli :
6900
+ built : true
6898
6901
peerDependenciesMeta :
6899
6902
tree-sitter :
6900
6903
optional : true
You can’t perform that action at this time.
0 commit comments