Skip to content

Commit 5d494b6

Browse files
committed
fix: reproducible JS builds in rock OCI
1 parent e38df59 commit 5d494b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rockcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parts:
2323
set -eux
2424
# install dependencies
2525
npm install -g yarn
26-
yarn install
26+
yarn install --immutable
2727
# build the UI
2828
yarn run build
2929
mkdir -p "$CRAFT_PART_INSTALL/flask/app"

0 commit comments

Comments
 (0)