Skip to content

Commit 7b7c6e2

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update build to perform npm install
1 parent 46e1870 commit 7b7c6e2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tree-sitter-dscexpression/build.ps1

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ if ($null -eq (Get-Command npm -ErrorAction Ignore)) {
2929
}
3030
}
3131

32-
npm list tree-sitter-cli
33-
if ($LASTEXITCODE -ne 0) {
34-
npm ci tree-sitter-cli --omit=optional
35-
}
32+
npm install
33+
34+
#npm list tree-sitter-cli
35+
#if ($LASTEXITCODE -ne 0) {
36+
# npm ci tree-sitter-cli --omit=optional
37+
#}
3638

37-
npm install -g node-gyp
39+
#npm install -g node-gyp
3840

3941
if ($UpdatePackages) {
4042
if (!$IsWindows) {

0 commit comments

Comments
 (0)