Add format script
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"prebuild": "rimraf dist && npm run barrels:generate",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"postbuild": "cp package.json README.md dist/",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint --ext .ts --ignore-path .gitignore .",
|
||||
"lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
|
||||
"test": "jest",
|
||||
|
||||
Reference in New Issue
Block a user