-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving these scripts to new repo at WebOfTrust/signify-integration #173
Moving these scripts to new repo at WebOfTrust/signify-integration #173
Conversation
818c9fa
to
c7b5a25
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #173 +/- ##
============================================
Coverage 81.36% 81.36%
============================================
Files 46 46
Lines 4149 4149
Branches 1030 1030
============================================
Hits 3376 3376
Misses 741 741
Partials 32 32 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you just need to run npm install
in the root to update the lock file. It looks like some react dependencies from the react example was added.
c7b5a25
to
a3395cb
Compare
Ok, I did that once but now I've done it again. |
Strange. Only thing I can think of is that the first time you ran it you still had the package.json from the react code present somehow. Maybe before a rebase? The entries are gone now anyway. |
This PR removes the examples/scripts directory moving all of these scripts to a new repo. This closes #164