Skip to content

Commit

Permalink
Fix patches-reapply so that it does not remove yarn links (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment authored Aug 29, 2023
1 parent 7c5ee9b commit 1db4922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
"postinstall": "./scripts/tchap/apply_patches.sh",
"patch-package": "patch-package",
"patches-reapply": "rm -rf node_modules/matrix-react-sdk; rm -rf node_modules/matrix-js-sdk; yarn install --force",
"patches-reapply": "rm -rf node_modules/matrix-react-sdk; rm -rf node_modules/matrix-js-sdk; yarn link matrix-js-sdk; yarn link matrix-react-sdk; yarn install --force",
"patch-make": "node scripts/tchap/makePatch.ts"
},
"dependencies": {
Expand Down

0 comments on commit 1db4922

Please sign in to comment.