1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-16 04:49:03 +00:00

test: always run build first

This commit is contained in:
Zack Schuster 2022-04-14 11:02:58 -07:00
parent f242b96dae
commit 851b345d33

View File

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