We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb80e8 commit 0ce90a0Copy full SHA for 0ce90a0
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ env:
9
RUST_BACKTRACE: 1
10
11
jobs:
12
- build-node:
+ build_node:
13
name: [TS] Build
14
runs-on: ubuntu-latest
15
reader/ts/package.json
@@ -32,7 +32,7 @@
32
"access": "public"
33
},
34
"dependencies": {
35
- "@code0-tech/sagittarius-graphql-types": "^0.0.0-00f33663039d78ad59e95306730878c687de5c48 ",
+ "@code0-tech/sagittarius-graphql-types": "^0.0.0-00f33663039d78ad59e95306730878c687de5c48",
36
"@code0-tech/tucana": "^0.0.37",
37
"@protobuf-ts/runtime": "^2.11.1"
38
}
0 commit comments