Fix contribution docs

This commit is contained in:
Shivam Mathur
2020-11-16 02:46:39 +05:30
parent e201830bdd
commit 5865982519
3 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint **/*.ts --cache",
"lint": "eslint **/*.ts --cache --fix",
"format": "prettier --write **/*.ts && git add .",
"format-check": "prettier --check **/*.ts",
"release": "ncc build src/install.ts -o dist && git add -f dist/",