chore(scripts): Update doc scripts.

This commit is contained in:
Tee
2021-03-18 23:46:47 -04:00
parent c46b721652
commit 0927395f0f

View File

@ -11,11 +11,11 @@
"SDK"
],
"scripts": {
"format": "prettier --config .prettierrc.json 'src/**/*.ts' --write",
"prettier": "prettier --config .prettierrc.json 'src/**/*.ts' --write",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"test": "jest",
"build": "tsc"
"lint:fix": "eslint . --ext .ts --fix",
"test": "npm run lint && jest",
"build": "npm run lint:fix && tsc"
},
"repository": {
"type": "git",