./bin/sanitycheck.js How to use ? #7013
Replies: 1 comment
-
Posted at 2024-09-30 by @thyttan Maybe something went wrong when cloning and it would help to git clone your BangleApps fork to your machine again? Posted at 2024-09-30 by @devsnd I guess you didn't clone the submodules? If so, you should be able to clone them still using the following commands:
See here for more info: Posted at 2024-09-30 by user159054
Tried that, same blank webtools directory - but I am think I am missing a hint on how to use git Posted at 2024-09-30 by user159054
Yep - I am thinking that it - thanks for the hint. Posted at 2024-10-01 by @gfwilliams Yes, it'll be cloning the submodules that's needed. Just a quick note though: the sanitytest script is run automatically by GitHub for each commit, so if you look at https://github.com/espruino/BangleApps, right above the file list and below the Same thing should work on your GitHub repository if you've forked BangleApps so it's a nice easy test |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-09-30 by user159054
Hi
I am following the guide - https://www.espruino.com/Bangle.js+App+Loader
I am trying to run ./bin/sanitycheck.js
Alas I do not have too much experience of nodejs. I have now installed, nodejs but ...
webtools is empty
This - https://github.com/espruino/BangleApps/blob/master/bin/README.md suggests
I tried to do this clone this repository and can get the tools into webtools, but I am doing something wrong and can get his correct.
This tarvis runs suggests - https://github.com/espruino/BangleApps/actions/runs/11096198234/job/30835784505?pr=3595#step:2:496
git submodule sync is the answer ?
(No tried)
Any help on were I am going wrong would be great.
Regards,
Brendan
Beta Was this translation helpful? Give feedback.
All reactions