File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
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 :
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 :
Original file line number Diff line number Diff line change 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" ,
4040 "files" : [
4141 " /dist"
4242 ]
43- }
43+ }
You can’t perform that action at this time.
0 commit comments