We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e61d8 commit c2b947bCopy full SHA for c2b947b
packages/mongodb-ts-autocomplete/package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"bootstrap": "npm run compile",
33
"prepublishOnly": "npm run compile",
34
- "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs && npm run extract-types",
+ "compile": "npm run extract-types && tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
35
"typecheck": "tsc --noEmit",
36
"eslint": "eslint",
37
"prettier": "prettier",
0 commit comments