mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Clean rust-gbt directory before build
This commit is contained in:
parent
f694d5333a
commit
8336a00aea
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
"lint": "./node_modules/.bin/eslint . --ext .ts",
|
||||
"lint:fix": "./node_modules/.bin/eslint . --ext .ts --fix",
|
||||
"prettier": "./node_modules/.bin/prettier --write \"src/**/*.{js,ts}\"",
|
||||
"rust-build": "cd rust-gbt && npm run build-release"
|
||||
"rust-clean": "cd rust-gbt && rm -f *.node index.d.ts index.js && rm -rf target && cd ../",
|
||||
"rust-build": "npm run rust-clean && cd rust-gbt && npm run build-release"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue