We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Testing with previous mongoose versions
1 parent 08805c2 commit 7f57391Copy full SHA for 7f57391
package.json
@@ -65,6 +65,6 @@
65
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
66
"unlink": "rimraf node_modules && yarn install",
67
"semantic-release": "semantic-release",
68
- "test-prev-vers": "yarn add mongoose@5.13.8 --dev && yarn lint && git checkout HEAD -- package.json yarn.lock"
+ "test-prev-vers": "yarn add mongoose@5.13.8 @types/mongoose@5.11.97 --dev && yarn lint && git checkout HEAD -- package.json yarn.lock"
69
}
70
0 commit comments