Skip to content

Commit a9859d7

Browse files
committed
format .esm-wrapper.mjs
1 parent 0175dbb commit a9859d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/download-url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"bootstrap": "npm run compile",
77
"prepublishOnly": "npm run compile",
8-
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs",
8+
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs && prettier --write .esm-wrapper.mjs",
99
"typecheck": "tsc --noEmit",
1010
"eslint": "eslint",
1111
"prettier": "prettier",

0 commit comments

Comments
 (0)