Skip to content

Commit 5926f65

Browse files
committed
chore: remove unused Docker-related files and scripts
- Remove docker-compose.yml (not used by CI or local development) - Remove scripts/wait-for-elasticsearch.js (CI has inline bash equivalent) - Remove unused npm scripts: docker:up, docker:down, docker:logs, docker:test, docker:wait, test:integration - Move CHANGELOG.md back to root (conventional location)
1 parent 3241124 commit 5926f65

File tree

4 files changed

+258
-82
lines changed

4 files changed

+258
-82
lines changed

CHANGELOG.md

Lines changed: 257 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,257 @@
1+
# Change Log
2+
3+
## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v3.1.0) (2019-10-07)
4+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v3.0.0...v3.1.0)
5+
6+
**Closed issues:**
7+
8+
- An in-range update of @feathersjs/adapter-tests is breaking the build 🚨 [\#96](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/96)
9+
- An in-range update of @feathersjs/commons is breaking the build 🚨 [\#95](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/95)
10+
- An in-range update of dtslint is breaking the build 🚨 [\#93](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/93)
11+
12+
**Merged pull requests:**
13+
14+
- Update all dependencies [\#97](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/97) ([daffl](https://github.com/daffl))
15+
- Update dtslint to the latest version 🚀 [\#92](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/92) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
16+
- Drop support for elasticsearch 2.4 [\#91](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/91) ([jciolek](https://github.com/jciolek))
17+
18+
## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v3.0.0) (2019-07-06)
19+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.1.0...v3.0.0)
20+
21+
**Merged pull requests:**
22+
23+
- Add TypeScript definitions and upgrade tests to Feathers 4 [\#90](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/90) ([daffl](https://github.com/daffl))
24+
25+
## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.1.0) (2019-06-27)
26+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.2...v2.1.0)
27+
28+
**Merged pull requests:**
29+
30+
- Add support for elasticsearch 7+ [\#88](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/88) ([jciolek](https://github.com/jciolek))
31+
- Update eslint to the latest version 🚀 [\#87](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/87) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
32+
33+
## [v2.0.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.2) (2019-05-14)
34+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.1...v2.0.2)
35+
36+
**Closed issues:**
37+
38+
- $exists + $missing operators not working [\#81](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/81)
39+
- An in-range update of elasticsearch is breaking the build 🚨 [\#79](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/79)
40+
41+
**Merged pull requests:**
42+
43+
- Remove deprecated version tests from CI and update dependencies [\#83](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/83) ([daffl](https://github.com/daffl))
44+
- added $exists + $missing to whitelist [\#82](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/82) ([orgalaf](https://github.com/orgalaf))
45+
46+
## [v2.0.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.1) (2019-05-02)
47+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.0...v2.0.1)
48+
49+
**Closed issues:**
50+
51+
- How to use whitelist [\#77](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/77)
52+
- Upsert doesn't work for bulkCreate [\#75](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/75)
53+
54+
**Merged pull requests:**
55+
56+
- Consider upsert param when setting the method in create-bulk [\#78](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/78) ([othersideofphase](https://github.com/othersideofphase))
57+
58+
## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.0) (2019-04-23)
59+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.4.0...v2.0.0)
60+
61+
**Closed issues:**
62+
63+
- An in-range update of elasticsearch is breaking the build 🚨 [\#72](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/72)
64+
- An in-range update of @feathersjs/express is breaking the build 🚨 [\#70](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/70)
65+
- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#69](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/69)
66+
- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#67](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/67)
67+
68+
**Merged pull requests:**
69+
70+
- Update nyc to the latest version 🚀 [\#76](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
71+
- Update mocha to the latest version 🚀 [\#74](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/74) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
72+
- Update sinon to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
73+
- Update nyc to the latest version 🚀 [\#71](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
74+
- Upgrade to @feathersjs/adapter-commons and latest common service features [\#68](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/68) ([daffl](https://github.com/daffl))
75+
76+
## [v1.4.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.4.0) (2018-12-16)
77+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.3.1...v1.4.0)
78+
79+
**Closed issues:**
80+
81+
- I could also use upsert support [\#65](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/65)
82+
- Would it be possible to implement $wildcard and $regexp [\#63](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/63)
83+
- Issue with .create [\#60](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/60)
84+
- Create { \_meta : { \_index: 'myindex-MM-YYY' } } is ignored [\#58](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/58)
85+
86+
**Merged pull requests:**
87+
88+
- WIldcard, regexp \#63 and upsert \#65 support [\#66](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/66) ([penngrove](https://github.com/penngrove))
89+
- Update semistandard to the latest version 🚀 [\#62](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/62) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
90+
- Update debug to the latest version 🚀 [\#59](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/59) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
91+
- Update eslint to the latest version 🚀 [\#55](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/55) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
92+
- Update sinon to the latest version 🚀 [\#54](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/54) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
93+
94+
## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.3.1) (2018-06-03)
95+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.3.0...v1.3.1)
96+
97+
**Closed issues:**
98+
99+
- Travis horror [\#53](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/53)
100+
101+
**Merged pull requests:**
102+
103+
- Update uberproto to the latest version 🚀 [\#52](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/52) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
104+
- Update sinon to the latest version 🚀 [\#50](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/50) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
105+
106+
## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.3.0) (2018-05-16)
107+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.2.0...v1.3.0)
108+
109+
**Merged pull requests:**
110+
111+
- Add support for Elasticsearch 6.0+ [\#49](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/49) ([jciolek](https://github.com/jciolek))
112+
- Update elasticsearch to the latest version 🚀 [\#48](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
113+
114+
## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.2.0) (2018-04-18)
115+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.1.1...v1.2.0)
116+
117+
**Merged pull requests:**
118+
119+
- Add support for $exists and $missing queries [\#46](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/46) ([DesignByOnyx](https://github.com/DesignByOnyx))
120+
121+
## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.1.1) (2018-04-15)
122+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.1.0...v1.1.1)
123+
124+
**Merged pull requests:**
125+
126+
- General maintenance [\#45](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/45) ([jciolek](https://github.com/jciolek))
127+
128+
## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.1.0) (2018-03-07)
129+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.0.0...v1.1.0)
130+
131+
**Merged pull requests:**
132+
133+
- Updates [\#44](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/44) ([jciolek](https://github.com/jciolek))
134+
- Update mocha to the latest version 🚀 [\#43](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/43) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
135+
- Update semistandard to the latest version 🚀 [\#42](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
136+
137+
## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.0.0) (2017-12-01)
138+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.3...v1.0.0)
139+
140+
**Merged pull requests:**
141+
142+
- Update to Feathers Buzzard \(v3\) [\#40](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/40) ([daffl](https://github.com/daffl))
143+
- Update to new plugin infrastructure [\#39](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/39) ([daffl](https://github.com/daffl))
144+
- Add logic control to raw method and tests for corresponding codes [\#34](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/34) ([xwa130](https://github.com/xwa130))
145+
146+
## [v0.4.3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.3) (2017-11-24)
147+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.2...v0.4.3)
148+
149+
**Merged pull requests:**
150+
151+
- Added nested query param option [\#38](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/38) ([Mattchewone](https://github.com/Mattchewone))
152+
- Update elasticsearch to the latest version 🚀 [\#37](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/37) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
153+
- Update mocha to the latest version 🚀 [\#36](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/36) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
154+
- Fixed a typo! [\#35](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/35) ([martineboh](https://github.com/martineboh))
155+
156+
## [v0.4.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.2) (2017-08-14)
157+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.1...v0.4.2)
158+
159+
**Merged pull requests:**
160+
161+
- make raw method robuster [\#31](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/31) ([xwa130](https://github.com/xwa130))
162+
163+
## [v0.4.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.1) (2017-08-11)
164+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.0...v0.4.1)
165+
166+
**Merged pull requests:**
167+
168+
- test\(elasticsearch\) add support for elasticsearch 5.4 and 5.5 [\#33](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/33) ([jciolek](https://github.com/jciolek))
169+
- Update debug to the latest version 🚀 [\#32](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/32) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
170+
171+
## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.0) (2017-07-21)
172+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.3.1...v0.4.0)
173+
174+
**Closed issues:**
175+
176+
- An in-range update of elasticsearch is breaking the build 🚨 [\#29](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/29)
177+
178+
**Merged pull requests:**
179+
180+
- add raw method [\#30](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/30) ([xwa130](https://github.com/xwa130))
181+
182+
## [v0.3.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.3.1) (2017-06-07)
183+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.3.0...v0.3.1)
184+
185+
**Merged pull requests:**
186+
187+
- Updated tests and operator [\#27](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/27) ([Mattchewone](https://github.com/Mattchewone))
188+
- export Service [\#25](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/25) ([christopherjbaker](https://github.com/christopherjbaker))
189+
190+
## [v0.3.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.3.0) (2017-06-03)
191+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.3...v0.3.0)
192+
193+
**Closed issues:**
194+
195+
- Simple Query String / Aggregations \[Feature\] [\#22](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/22)
196+
- Using $and in query string [\#20](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/20)
197+
198+
**Merged pull requests:**
199+
200+
- feat\(query\) add $sqs simple\_query\_string query [\#24](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/24) ([Mattchewone](https://github.com/Mattchewone))
201+
- Update chai to the latest version 🚀 [\#21](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/21) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
202+
- Type for validateType [\#18](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/18) ([Mattchewone](https://github.com/Mattchewone))
203+
- Update feathers-socketio to the latest version 🚀 [\#17](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
204+
205+
## [v0.2.3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.3) (2017-05-06)
206+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.2...v0.2.3)
207+
208+
**Implemented enhancements:**
209+
210+
- Multi term search [\#14](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/14)
211+
212+
**Merged pull requests:**
213+
214+
- feat\(query\) add $all query \(es: array datatype\) [\#16](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/16) ([jciolek](https://github.com/jciolek))
215+
- Update feathers-service-tests to the latest version 🚀 [\#15](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/15) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
216+
- Update elasticsearch to the latest version 🚀 [\#13](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
217+
- Update semistandard to the latest version 🚀 [\#12](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/12) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
218+
219+
## [v0.2.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.2) (2017-04-15)
220+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.1...v0.2.2)
221+
222+
**Closed issues:**
223+
224+
- How to use with existing datastore question? [\#9](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/9)
225+
226+
**Merged pull requests:**
227+
228+
- feat\(query\) add $child \(es: has\_child\) and $parent \(es: has\_parent\) [\#11](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/11) ([jciolek](https://github.com/jciolek))
229+
- Add Greenkeeper badge 🌴 [\#10](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/10) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
230+
231+
## [v0.2.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.1) (2017-03-19)
232+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.0...v0.2.1)
233+
234+
**Merged pull requests:**
235+
236+
- fix\(query\) add minimum\_should\_match = 1 to the "should" query [\#8](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/8) ([jciolek](https://github.com/jciolek))
237+
- fix\(eslint\) minor changes to satisfy new version of semistandard [\#7](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/7) ([jciolek](https://github.com/jciolek))
238+
- Update all dependencies 🌴 [\#6](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/6) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
239+
240+
## [v0.2.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.0) (2017-03-15)
241+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.1.0...v0.2.0)
242+
243+
**Closed issues:**
244+
245+
- Support full text search [\#1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/1)
246+
247+
**Merged pull requests:**
248+
249+
- Add full-text and term level queries specific to Elasticsearch [\#5](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/5) ([jciolek](https://github.com/jciolek))
250+
- Merged master to es-5.1-tests [\#4](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/4) ([jciolek](https://github.com/jciolek))
251+
- Merged master to es-5.0-tests [\#3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/3) ([jciolek](https://github.com/jciolek))
252+
- Update repo links in package.json. [\#2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/2) ([jciolek](https://github.com/jciolek))
253+
254+
## [v0.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.1.0) (2017-01-20)
255+
256+
257+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

docker-compose.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@
4040
"lint": "eslint --fix .",
4141
"mocha": "mocha --require tsx --recursive 'test/**/*.ts'",
4242
"coverage": "nyc npm run mocha",
43-
"test": "npm run lint && npm run build && npm run coverage",
44-
"docker:up": "docker-compose up -d",
45-
"docker:down": "docker-compose down -v",
46-
"docker:logs": "docker-compose logs -f elasticsearch",
47-
"docker:test": "npm run docker:up && npm run docker:wait && npm run test:integration && npm run docker:down",
48-
"docker:wait": "node scripts/wait-for-elasticsearch.js",
49-
"test:integration": "ES_VERSION=8.15.0 ELASTICSEARCH_URL=http://localhost:9200 npm run test"
43+
"test": "npm run lint && npm run build && npm run coverage"
5044
},
5145
"directories": {
5246
"lib": "lib"

0 commit comments

Comments
 (0)