fix: remove need to --force builds + cleanup (#2468)

This is done by properly deleting all build files.

Package-lock was due to it not reflecting the license of
@xrplf/secret-numbers.  This was fixed by running `npm i`.
This commit is contained in:
Caleb Kniffen
2023-09-07 11:06:21 -05:00
parent 83442b18ba
commit 83870acbfb
6 changed files with 7 additions and 7 deletions

2
package-lock.json generated
View File

@@ -15788,7 +15788,7 @@
"packages/secret-numbers": {
"name": "@xrplf/secret-numbers",
"version": "1.0.0",
"license": "MIT",
"license": "ISC",
"dependencies": {
"brorand": "^1.1.0",
"ripple-keypairs": "^1.3.0"