Skip to content

Commit

Permalink
Change from npx
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Zoli committed Jul 27, 2020
1 parent 8123596 commit f40becf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 322 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules/
package-lock*
dist/
tsconfig.tsbuild*
tsconfig.tsbuild*
tests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"build": "tsc",
"postinstall": "npm run build",
"test": "mocha --reporter spec --require ts-node/register tests/**/*.test.ts"
},
Expand Down
61 changes: 0 additions & 61 deletions tests/mailer.compose.test.ts

This file was deleted.

259 changes: 0 additions & 259 deletions tests/tmp/email.html

This file was deleted.

0 comments on commit f40becf

Please sign in to comment.