Skip to content

Commit 92044c9

Browse files
committed
(ci) Ignore postinstall scripts in tns installation.
1 parent 587ed96 commit 92044c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_latest_tns() {
3131
if installed_under_nvm tns ; then
3232
echo "tns already installed."
3333
else
34-
echo "n" | npm install -g nativescript
34+
npm install -g nativescript --ignore-scripts
3535
fi
3636
}
3737

0 commit comments

Comments
 (0)