mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-02 10:05:49 +00:00
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:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -b && copyfiles ./src/enums/definitions.json ./dist/enums/",
|
||||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
|
||||
"clean": "rm -rf ./dist ./coverage tsconfig.tsbuildinfo",
|
||||
"prepublishOnly": "npm test",
|
||||
"test": "npm run build && jest --verbose false --silent=false ./test/*.test.js",
|
||||
"lint": "eslint . --ext .ts --ext .test.js"
|
||||
|
||||
Reference in New Issue
Block a user