chore: run linter on bundle prior to publish

This commit is contained in:
Zack Schuster 2022-05-06 18:16:24 -07:00
parent fabbca8de5
commit 8608b929db
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
"scripts": {
"build": "rollup -c rollup.config.ts",
"lint": "eslint *.ts \"+(smtp|test)/*.ts\"",
"prepublishOnly": "eslint --fix email.js",
"pretest": "yarn build",
"test": "ava"
},