diff --git a/package.json b/package.json index 07d440a6..4064b70f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "test": " tsc && node build/src/testRunner.js", "start": "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/* ", @@ -73,4 +74,4 @@ "ts-node": "10.7.0", "typescript": "4.5.2" } -} +} \ No newline at end of file