Fix contribution docs

This commit is contained in:
Shivam Mathur
2020-10-31 14:55:27 +05:30
parent 925ede2589
commit 215b040f0d
3 changed files with 15 additions and 9 deletions

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/",