Skip to content

Commit c4347ce

Browse files
authored
fix(build): run compile-cli before compile-exec (#668)
Up until very recently, this was taken care of by always running compile-ts before evergreen-release, but since that’s no longer the case, we need to manually run compile-cli before compile-exec.
1 parent b5337ca commit c4347ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"compile-compass": "npm run compile-browser && lerna run --stream compile --scope @mongodb-js/compass-shell",
4545
"start-compass": "lerna run --stream start-compass --scope @mongodb-js/compass-shell",
4646
"start": "npm run start-cli",
47+
"precompile-exec": "npm run compile-cli",
4748
"compile-exec": "npm run evergreen-release compile",
4849
"compile-all": "npm run compile-compass && npm run compile-exec",
4950
"evergreen-release": "cd packages/build && npm run evergreen-release --",

0 commit comments

Comments
 (0)