Skip to content

Commit 69ba42c

Browse files
committed
add install
1 parent fb52dde commit 69ba42c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18+
- run: npm install
1819
- run: npm build
1920
- run: npm test
2021

@@ -27,6 +28,7 @@ jobs:
2728
with:
2829
node-version: 12
2930
registry-url: https://registry.npmjs.org/
31+
- run: npm install
3032
- run: npm build
3133
- run: npm publish
3234
env:
@@ -41,6 +43,7 @@ jobs:
4143
with:
4244
node-version: 12
4345
registry-url: https://npm.pkg.github.com/
46+
- run: npm install
4447
- run: npm build
4548
- run: npm publish
4649
env:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrejpk/apollo-datasource-cosmosdb",
3-
"version": "0.0.8",
3+
"version": "0.0.12",
44
"description": "An Apollo data source for Azure CosmosDB",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -40,4 +40,4 @@
4040
"files": [
4141
"/dist"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)