typesense / firestore-typesense-search

Firebase Extension to automatically push Firestore documents to Typesense for full-text search with typo tolerance, faceting, and more
https://extensions.dev/extensions/typesense/firestore-typesense-search
Apache License 2.0
159 stars 35 forks source link

fix running on ms windows #69

Open DavidWeiss2 opened 11 months ago

DavidWeiss2 commented 11 months ago

Change Summary

Tests are falling on cp and other unix specific commands, fixed that

PR Checklist

DavidWeiss2 commented 11 months ago

@jasonbosco CI / CD: image

phiHero commented 10 months ago

Change Summary

Tests are falling on cp and other unix specific commands, fixed that

PR Checklist

I suggest moving docker run into its own compose.yml file. $(pwd) won't work in npm scripts on ms windows.

image