File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,37 @@ const data: QueryData[] = await iter
72
72
More usage examples can be found in the
73
73
[ integration tests] ( https://github.com/trinodb/trino-js-client/blob/main/tests/it/client.spec.ts ) .
74
74
75
+ ## Build
76
+
77
+ Use the following commands to build the project locally with your modifications,
78
+ and in preparation to contribute a pull request.
79
+
80
+ Requirements:
81
+
82
+ * yarn
83
+
84
+ Install dependencies:
85
+
86
+ ``` shell
87
+ yarn install --frozen-lockfile
88
+ ```
89
+
90
+ Lint the source code:
91
+
92
+ ``` shell
93
+ yarn test:lint
94
+ ```
95
+
96
+ Build
97
+
98
+ ``` shell
99
+ yarn build
100
+ ```
101
+
102
+ ## Contributing
103
+
104
+ Follow the [ Trino contribution guidelines] ( https://trino.io/development/process )
105
+ and contact us on Slack and GitHub.
106
+
75
107
Copyright
76
108
[ Trino JS Client contributors] ( https://github.com/trinodb/trino-js-client/graphs/contributors ) 2022-present
You can’t perform that action at this time.
0 commit comments