Skip to content

Commit 7f57391

Browse files
committed
ci: fix TS errors in Testing with previous mongoose versions step
1 parent 08805c2 commit 7f57391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
6666
"unlink": "rimraf node_modules && yarn install",
6767
"semantic-release": "semantic-release",
68-
"test-prev-vers": "yarn add mongoose@5.13.8 --dev && yarn lint && git checkout HEAD -- package.json yarn.lock"
68+
"test-prev-vers": "yarn add mongoose@5.13.8 @types/mongoose@5.11.97 --dev && yarn lint && git checkout HEAD -- package.json yarn.lock"
6969
}
7070
}

0 commit comments

Comments
 (0)