test: always run build first

This commit is contained in:
Zack Schuster 2022-04-14 11:02:58 -07:00
parent f242b96dae
commit 851b345d33
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
"scripts": {
"build": "rollup -c rollup.config.ts",
"lint": "eslint *.ts \"+(smtp|test)/*.ts\"",
"pretest": "yarn build",
"test": "ava"
},
"license": "MIT"