mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Withdrew protobuf from package, ignores, etc.
This commit is contained in:
parent
af43222736
commit
fe15226f6f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -42,8 +42,6 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# BACKEND ################################################################
|
# BACKEND ################################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -34,6 +34,3 @@
|
|||||||
[submodule "login_server/dependencies/protobuf"]
|
[submodule "login_server/dependencies/protobuf"]
|
||||||
path = login_server/dependencies/protobuf
|
path = login_server/dependencies/protobuf
|
||||||
url = https://github.com/protocolbuffers/protobuf.git
|
url = https://github.com/protocolbuffers/protobuf.git
|
||||||
[submodule "backend/src/proto"]
|
|
||||||
path = backend/src/proto
|
|
||||||
url = git@github.com:gradido/gradido_protocol.git
|
|
||||||
|
|||||||
@ -1,4 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
**/*.min.js
|
**/*.min.js
|
||||||
build
|
|
||||||
src/proto/bundle.d.ts
|
|
||||||
@ -8,17 +8,14 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "mkdir -p build/proto && pbjs -t static-module -w commonjs -o build/proto/bundle.js src/proto/gradido/*.proto && pbts -o src/proto/bundle.d.ts build/proto/bundle.js",
|
|
||||||
"build": "tsc --build",
|
"build": "tsc --build",
|
||||||
"clean": "tsc --build --clean",
|
"clean": "tsc --build --clean",
|
||||||
"start": "node build/index.js",
|
"start": "node build/index.js",
|
||||||
"predev": "pbjs -t static-module -w commonjs -o src/proto/bundle.js src/proto/gradido/*.proto && pbts -o src/proto/bundle.d.ts src/proto/bundle.js",
|
|
||||||
"dev": "nodemon -w src --ext ts --exec ts-node src/index.ts",
|
"dev": "nodemon -w src --ext ts --exec ts-node src/index.ts",
|
||||||
"lint": "eslint . --ext .js,.ts",
|
"lint": "eslint . --ext .js,.ts",
|
||||||
"test": "jest --coverage"
|
"test": "jest --coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/protobufjs": "^1.2.2",
|
|
||||||
"@types/jest": "^27.0.2",
|
"@types/jest": "^27.0.2",
|
||||||
"apollo-server-express": "^2.25.2",
|
"apollo-server-express": "^2.25.2",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
@ -56,7 +53,6 @@
|
|||||||
"eslint-plugin-promise": "^5.1.0",
|
"eslint-plugin-promise": "^5.1.0",
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.7",
|
||||||
"prettier": "^2.3.1",
|
"prettier": "^2.3.1",
|
||||||
"protobufjs": "^6.11.2",
|
|
||||||
"ts-node": "^10.0.0",
|
"ts-node": "^10.0.0",
|
||||||
"typescript": "^4.3.4"
|
"typescript": "^4.3.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user