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 0175dbb commit a9859d7Copy full SHA for a9859d7
packages/download-url/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"bootstrap": "npm run compile",
7
"prepublishOnly": "npm run compile",
8
- "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs",
+ "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs && prettier --write .esm-wrapper.mjs",
9
"typecheck": "tsc --noEmit",
10
"eslint": "eslint",
11
"prettier": "prettier",
0 commit comments