Skip to content

Commit

Permalink
Merge pull request #40 from Zxilly/ci-fix
Browse files Browse the repository at this point in the history
ci: fix semantic release
  • Loading branch information
Zxilly authored Apr 23, 2021
2 parents e85bc22 + 378197c commit b783420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 349 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage
lib/
347 changes: 0 additions & 347 deletions API.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Mongoose Adapter is the [Mongoose](https://github.com/Automattic/mongoose/) adap

Based on [Officially Supported Databases](https://mongoosejs.com/docs/), The current supported database is MongoDB.

Mongoose Adapter has been rewritten to TypeScript since v3.x.

## Getting Started

Install the package as dependency in your project:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
"registry": "https://registry.npmjs.org"
},
"scripts": {
"docs": "jsdoc2md \"src/**/*.ts\" > ./API.md",
"lint": "eslint .",
"prepublishOnly": "npm run lint && npm run test && npm run docs",
"prepublishOnly": "npm run lint",
"test:integration": "nyc mocha -- --config test/integration/.mocharc.js",
"test:unit": "nyc mocha -- --config test/unit/.mocharc.js",
"tests": "run-s test:*",
Expand Down

0 comments on commit b783420

Please sign in to comment.