File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2828 node-version : ${{ matrix.node }}
2929 - name : " Run checks"
3030 run : |
31- npm install
31+ npm ci
3232 npm run lint
3333 npm run format:check
3434 npm run docs
5454 node-version : ${{ matrix.versions.node }}
5555 - name : " Install dependencies"
5656 run : |
57- npm install
57+ npm ci
5858 ci/run_dependencies.sh ${{ matrix.versions.weaviate }}
5959 - name : " Run tests with authentication tests"
6060 if : ${{ !github.event.pull_request.head.repo.fork }}
@@ -88,11 +88,12 @@ jobs:
8888 with :
8989 node-version : ' 18.x'
9090 registry-url : ' https://registry.npmjs.org'
91- - run : npm run docs
92- - run : npm ci && npm run build
91+ - run : npm ci
92+ - run : npm run build
9393 - run : npm publish
9494 env :
9595 NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }}
96+ - run : npm run docs
9697 - name : " Upload docs as pages artifact"
9798 uses : actions/upload-pages-artifact@v3
9899 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " weaviate-client" ,
3- "version" : " 3.0.4 " ,
3+ "version" : " 3.0.3 " ,
44 "description" : " JS/TS client for Weaviate" ,
55 "main" : " dist/node/cjs/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments