We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e1870 commit 7b7c6e2Copy full SHA for 7b7c6e2
tree-sitter-dscexpression/build.ps1
@@ -29,12 +29,14 @@ if ($null -eq (Get-Command npm -ErrorAction Ignore)) {
29
}
30
31
32
-npm list tree-sitter-cli
33
-if ($LASTEXITCODE -ne 0) {
34
- npm ci tree-sitter-cli --omit=optional
35
-}
+npm install
+
+#npm list tree-sitter-cli
+#if ($LASTEXITCODE -ne 0) {
36
+# npm ci tree-sitter-cli --omit=optional
37
+#}
38
-npm install -g node-gyp
39
+#npm install -g node-gyp
40
41
if ($UpdatePackages) {
42
if (!$IsWindows) {
0 commit comments