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

View File

@@ -29,7 +29,7 @@
"build": "tsc --build tsconfig.build.json",
"test": "jest --verbose false --silent=false ./test/*.test.ts",
"lint": "eslint . --ext .ts",
"clean": "rm -rf ./dist && rm -rf ./coverage && rm -rf tsconfig.tsbuildinfo"
"clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo"
},
"prettier": "@xrplf/prettier-config",
"engines": {