Use --frozen-lockfile in reproducible builds
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
f68c2f693d
commit
dcaab90ebc
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ echo "BUILD_TYPE: ${BUILD_TYPE}"
|
||||||
# UNIX timestamp will be generated at the time of the build, and is non-deterministic.
|
# UNIX timestamp will be generated at the time of the build, and is non-deterministic.
|
||||||
echo "SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH}"
|
echo "SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH}"
|
||||||
|
|
||||||
pnpm install
|
pnpm install --frozen-lockfile
|
||||||
pnpm run clean-transpile
|
pnpm run clean-transpile
|
||||||
cd sticker-creator
|
cd sticker-creator
|
||||||
pnpm install
|
pnpm install --frozen-lockfile
|
||||||
pnpm run build
|
pnpm run build
|
||||||
cd ..
|
cd ..
|
||||||
pnpm run generate
|
pnpm run generate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue