Closed BalaM314 closed 2 years ago
Please fix the test run.
It's because the dependency path-equal was updated, so yarn needs to update the yarn.lock file to specify a different version. Should I edit it manually? I don't know how to generate the SHA512 hash, its far shorter than the one I get from PowerShell.
If you run yarn in the directory, it will update the lock file.
@BalaM314 @domoritz Is this PR working? I am also having trouble with this issue and if it is not working I can take it over.
The test is failing because I didn't update the lockfile. I just need to clone this repo and run yarn. Forgot this existed, will do in a few hours.
The issue seems to be with this command in the package.json
"scripts": {
"prepare": "tsc; yarn docs",
Changed it to tsc && yarn docs
and it works.
Thanks. Please update the pull request.
Is this good?
The best commits are those that fix a crash by adding one character. Oops.