Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: test contract build script $PWD agnostic (near#5815)
The scripts runs a couple of dangerous commands (such as `rm -rf`) with relative directory arguments. This can result in an unintended data loss. Make sure the script has $PWD set to an expected location before doing anything else.
- Loading branch information