We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7afc64 commit e7b0762Copy full SHA for e7b0762
1 file changed
packages/mongodb/package.json
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"clean": "rimraf dist",
15
- "build": "tsc --build --verbose",
+ "build": "yarn install && tsc --build --verbose",
16
"docker": "docker run --name mongodb -p 27017:27017 mongo",
17
"logs": "heroku logs -a x2-server-mongodb -t",
18
"serve": "node dist/index.js",
0 commit comments