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.
2 parents f84f3e3 + 42a2db3 commit 0eda8c1Copy full SHA for 0eda8c1
.github/workflows/publish.yml
@@ -30,9 +30,9 @@ jobs:
30
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
31
run: |
32
cd functions
33
- npm publish .
+ npm publish
34
- name: Publish with beta tag
35
if: "github.event.release.prerelease && contains(github.ref, 'beta')"
36
37
38
- npm publish . --tag beta
+ npm publish --tag beta
functions/package.json
@@ -1,6 +1,10 @@
1
{
2
"name": "firestore-meilisearch",
3
"version": "0.3.3",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/meilisearch/firestore-meilisearch"
7
+ },
8
"scripts": {
9
"lint": "eslint .",
10
"lint:fix": "eslint . --fix",
0 commit comments