|
|
@@ -22,7 +22,7 @@
|
|
|
"scripts": {
|
|
|
"prebuild": "yarn clean",
|
|
|
"prepublish": "yarn build",
|
|
|
- "build": "yarn lint && yarn format-check && tsc -b tsconfig.build.json && webpack",
|
|
|
+ "build": "yarn lint && tsc -b tsconfig.build.json && webpack",
|
|
|
"clean": "rimraf dist/",
|
|
|
"lint": "yarn eslint . --fix --config .eslintrc.js",
|
|
|
"format": "yarn prettier --write .",
|