Set up prepublishOnly command

This commit is contained in:
Iván Ovejero 2022-07-19 13:04:03 +02:00
commit 0c5df74fad

View file

@ -22,7 +22,7 @@
"format": "prettier nodes credentials --write",
"lint": "tslint -p tsconfig.json -c tslint.json; eslint nodes credentials package.json",
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json; eslint nodes credentials package.json --fix",
"prepare": "npm run build && npm run lint"
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist"