X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fbuild.sh;h=8a8a436048354fcf80cc3d85ffb5d4aa70284f0a;hb=1e55165cb963d38d29078293dd6d4e951b2a9962;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