Skip to content

Commit

Permalink
Merge pull request #189 from tchapgouv/build_yarn_sequence
Browse files Browse the repository at this point in the history
Modify the sequence of yarn install
  • Loading branch information
estellecomment authored Sep 27, 2022
2 parents 32ed08f + fbb07f1 commit 0f5b11e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/layered.with.version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -x
# because some CI systems do not allow moving to a directory above the checkout
# for the primary repo (element-web in this case).

yarn install --pure-lockfile
#yarn install --pure-lockfile

# Pass appropriate repo to fetchdep.sh (:TCHAP: not needed for tchap-web)
#export PR_ORG=vector-im
Expand Down Expand Up @@ -56,3 +56,5 @@ popd
# Link the layers into element-web
yarn link matrix-js-sdk
yarn link matrix-react-sdk

yarn install --pure-lockfile

0 comments on commit 0f5b11e

Please sign in to comment.