1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-04 19:58:51 +00:00

chore: add tsc passthrough script

This commit is contained in:
Zack Schuster 2020-06-08 18:51:45 -07:00
parent 0781d02cbf
commit ebf4dc41a4

View File

@ -55,6 +55,7 @@
"scripts": {
"build": "rollup -c rollup.config.ts",
"lint": "eslint *.ts \"+(smtp|test)/*.ts\"",
"tsc": "tsc",
"test": "ava --serial",
"test-cjs": "npm run build && npm run test -- --node-arguments='--title=cjs'"
},