File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11/target
22.DS_Store
3+ /docs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 " /rewatch-linux-arm64" ,
1717 " /rewatch-macos" ,
1818 " /rewatch-windows.exe"
19- ]
19+ ],
20+ "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 2021}
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ rm -rf testrepo/node_modules
4+ cp -rf . ../rescript/rewatch
5+ cd testrepo
6+ yarn install
7+ cd ..
8+ rm -rf ../rescript/rewatch/.git
9+ rm -rf ../rescript/rewatch/docs
10+ rm -rf ../rescript/rewatch/.github
11+ cd ../rescript/rewatch
12+ rm .tmuxinator.yaml
13+ rm package.json
14+ rm release.sh
15+ rm sync_upstream.sh
16+ # reset yarn.lock to the most recent commited version
17+ git checkout -- testrepo/yarn.lock
18+ cd testrepo
19+ yarn install
You can’t perform that action at this time.
0 commit comments