Fix test script.

This commit is contained in:
maxswa
2021-03-25 00:59:18 -04:00
parent e200a8d566
commit 163f4dd184

View File

@@ -12,7 +12,7 @@
"build": "tsc", "build": "tsc",
"format": "prettier --write \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --fix \"src/**/*.ts\"", "lint": "eslint --fix \"src/**/*.ts\"",
"test": "jest --config jestconfig.json", "test": "jest",
"prepublish": "yarn run build", "prepublish": "yarn run build",
"release": "np" "release": "np"
}, },