File tree Expand file tree Collapse file tree 4 files changed +14129
-20048
lines changed
Expand file tree Collapse file tree 4 files changed +14129
-20048
lines changed Original file line number Diff line number Diff line change 1616 run : sh .github/scripts/check-release.sh
1717 - name : Check tag format
1818 run : sh .github/scripts/check-tag-format.sh "${{ github.event.release.prerelease }}"
19+ - name : Build
20+ run : npm run build
1921 - name : Publish with latest tag
2022 if : " !github.event.release.prerelease && !contains(github.ref, 'beta')"
2123 run : npm publish .
Original file line number Diff line number Diff line change 1- version : " 3.8"
2-
31services :
42 package :
5- image : node:16
3+ image : node:18
64 tty : true
75 stdin_open : true
86 working_dir : /home/package
97 command : " yarn run playground:dev"
108 environment :
11- - MEILISEARCH_HOST=http://meilisearch :7700
9+ - MEILISEARCH_HOST=http://localhost :7700
1210 depends_on :
1311 - meilisearch
1412 links :
@@ -21,7 +19,7 @@ services:
2119 meilisearch :
2220 image : getmeili/meilisearch:latest
2321 ports :
24- - " 7700"
22+ - " 7700:7700 "
2523 environment :
2624 - MEILI_MASTER_KEY=masterKey
2725 - MEILI_NO_ANALYTICS=true
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-plugin-meilisearch" ,
3- "version" : " 0.13.0 " ,
3+ "version" : " 0.13.1 " ,
44 "description" : " Synchronise and search in your Strapi content-types with Meilisearch" ,
55 "scripts" : {
66 "build" : " strapi-plugin build" ,
102102 "license" : " MIT" ,
103103 "repository" : {
104104 "type" : " git" ,
105- "url" : " https://github.com/meilisearch/strapi-plugin-meilisearch.git"
105+ "url" : " git+ https://github.com/meilisearch/strapi-plugin-meilisearch.git"
106106 },
107107 "homepage" : " https://github.com/meilisearch/strapi-plugin-meilisearch#readme"
108- }
108+ }
You can’t perform that action at this time.
0 commit comments