Skip to content

Commit

Permalink
chore(tsconfig.build): fix not building for "lib"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 27, 2020
1 parent 7a0d5a5 commit 1e2f2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"yauzl": "^2.10.0"
},
"scripts": {
"clean": "rimraf tmp lib coverage node_modules/.cache",
"clean": "rimraf tmp lib build coverage node_modules/.cache",
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
"build:tests": "rimraf ./build && tsc -p ./tsconfig.json",
"watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watchAll",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"include": [],
"references": [
{
"path": "./packages/mongodb-memory-server-core"
"path": "./packages/mongodb-memory-server-core/tsconfig.build.json"
}
]
}

0 comments on commit 1e2f2fc

Please sign in to comment.