deploy: fix mocha test path

This commit is contained in:
Christopher Monsanto 2020-08-23 04:14:39 -04:00
parent b900864e11
commit 34891a5e4b

View File

@ -12,7 +12,7 @@
},
"scripts": {
"prepare": "tsc",
"test": "tsc && mocha dist/test"
"test": "tsc && mocha test"
},
"type": "module",
"main": "dist/index.js"