X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fbuild.sh;h=8a8a436048354fcf80cc3d85ffb5d4aa70284f0a;hb=76369162548ededf89e0d513174a943cc330245c;hp=1e8ef870d6facb37af892e363505ebe11f6d9379;hpb=eca14f1a6e17b2df2d73cfcc11fced030000f918;p=poolifier.git diff --git a/examples/typescript/build.sh b/examples/typescript/build.sh index 1e8ef870..8a8a4360 100755 --- a/examples/typescript/build.sh +++ b/examples/typescript/build.sh @@ -8,7 +8,7 @@ for example in $examples do echo -e "Building $example" cd $example - pnpm install + pnpm install --ignore-scripts --frozen-lockfile pnpm build cd - done