We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52dde commit 69ba42cCopy full SHA for 69ba42c
2 files changed
.github/workflows/npm-publish.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 12
18
+ - run: npm install
19
- run: npm build
20
- run: npm test
21
@@ -27,6 +28,7 @@ jobs:
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
33
- run: npm publish
34
env:
@@ -41,6 +43,7 @@ jobs:
41
43
42
44
45
registry-url: https://npm.pkg.github.com/
46
47
48
49
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@andrejpk/apollo-datasource-cosmosdb",
3
- "version": "0.0.8",
+ "version": "0.0.12",
4
"description": "An Apollo data source for Azure CosmosDB",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -40,4 +40,4 @@
40
"files": [
"/dist"
]
-}
+}
0 commit comments