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