We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49667b commit 5142449Copy full SHA for 5142449
.gitignore
@@ -1,2 +1,3 @@
1
/target
2
.DS_Store
3
+/docs
.gitmodules
sync_upstream.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+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
19
0 commit comments