Skip to content

Commit 06a86d1

Browse files
chore: run prettier for auto-generated files
1 parent e0e8471 commit 06a86d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jshint": "jshint src/rest/** src/base/** src/http/**",
5656
"jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
5757
"prepublish": "npm run build",
58-
"build": "npm run build:cjs && npm run build:esm",
58+
"build": "npm run build:cjs && npm run build:esm && npm run prettier",
5959
"build:cjs": "tsc",
6060
"build:esm": "node scripts/build-esm.js",
6161
"verify-esm": "node scripts/verify-esm.js",

0 commit comments

Comments
 (0)