Skip to content

Commit c2b947b

Browse files
committed
extract types before compiling
1 parent 45e61d8 commit c2b947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-ts-autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"bootstrap": "npm run compile",
3333
"prepublishOnly": "npm run compile",
34-
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs && npm run extract-types",
34+
"compile": "npm run extract-types && tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
3535
"typecheck": "tsc --noEmit",
3636
"eslint": "eslint",
3737
"prettier": "prettier",

0 commit comments

Comments
 (0)