This commit is contained in:
hatim boufnichel 2024-04-05 19:42:54 +02:00
parent 229cfa7a95
commit 0b08fde708
14 changed files with 95 additions and 83 deletions

View file

@ -4,14 +4,14 @@
"description": "",
"main": "index.js",
"scripts": {
"test": " tsc && node build/src/tests/testRunner.js",
"start": "tsc && node build/src/index.js",
"clean": "rimraf build",
"test": "npm run clean && tsc && node build/src/tests/testRunner.js",
"start": "npm run clean && tsc && node build/src/index.js",
"start:ci": "git reset --hard && git pull && npm run start",
"build_autogenerated": "cd proto && rimraf autogenerated && protoc -I ./service --pub_out=. service/*",
"build_lnd_client_1": "cd proto && protoc -I ./others --plugin=.\\node_modules\\.bin\\protoc-gen-ts_proto.cmd --ts_proto_out=./lnd --ts_proto_opt=esModuleInterop=true others/* ",
"build_lnd_client": "cd proto && rimraf lnd/* && npx protoc --ts_out ./lnd --ts_opt long_type_string --proto_path others others/* ",
"typeorm": "typeorm-ts-node-commonjs",
"aa": "tsc && cd build && node src/services/nostr/index.js"
"typeorm": "typeorm-ts-node-commonjs"
},
"repository": {
"type": "git",