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.
2 parents 538b108 + aa5192f commit 8cdacc4Copy full SHA for 8cdacc4
package.json
@@ -13,6 +13,7 @@
13
"scripts": {
14
"clean": "rm -rf dist",
15
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
16
+ "format": "eslint --fix . --ext .js,.ts",
17
"prebuild": "npm run clean && npm run lint && mkdir dist",
18
"build": "tsc",
19
"pretest": "npm run build",
0 commit comments