There is a small error in the instructions for reproducible builds. The chmod instructions include the public tag meant for the ./build.sh command in the next step, but public is not a file or directory:
$ chmod +x ./build.sh public
chmod: cannot access 'public': No such file or directory
First time contributor checklist:
Contributor checklist:
main
branchnpm run ready
run passes successfully (more about tests here)Description
There is a small error in the instructions for reproducible builds. The
chmod
instructions include thepublic
tag meant for the./build.sh
command in the next step, butpublic
is not a file or directory: