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 e0e8471 commit 06a86d1Copy full SHA for 06a86d1
package.json
@@ -55,7 +55,7 @@
55
"jshint": "jshint src/rest/** src/base/** src/http/**",
56
"jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
57
"prepublish": "npm run build",
58
- "build": "npm run build:cjs && npm run build:esm",
+ "build": "npm run build:cjs && npm run build:esm && npm run prettier",
59
"build:cjs": "tsc",
60
"build:esm": "node scripts/build-esm.js",
61
"verify-esm": "node scripts/verify-esm.js",
0 commit comments