X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fbuild.sh;h=8a8a436048354fcf80cc3d85ffb5d4aa70284f0a;hb=b5f1d0268446c60c01e1adac42e4c6cc2ec0f38f;hp=2ebc5df089c77df3e185d58e72e289b323f0c809;hpb=7455be54c58f74c6f0d0dd597aa431a88da0a9d8;p=poolifier.git diff --git a/examples/typescript/build.sh b/examples/typescript/build.sh index 2ebc5df0..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 --ignore-scripts + pnpm install --ignore-scripts --frozen-lockfile pnpm build cd - done